108 local utilWeps = { |
108 local utilWeps = { |
109 [amBlowTorch]=true, [amPickHammer]=true, [amGirder]=true, [amPortalGun]=true, |
109 [amBlowTorch]=true, [amPickHammer]=true, [amGirder]=true, [amPortalGun]=true, |
110 [amRope]=true, [amParachute]=true, [amTeleport]=true, [amJetpack]=true, |
110 [amRope]=true, [amParachute]=true, [amTeleport]=true, [amJetpack]=true, |
111 [amInvulnerable]=true, [amLaserSight]=true, [amVampiric]=true, |
111 [amInvulnerable]=true, [amLaserSight]=true, [amVampiric]=true, |
112 [amLowGravity]=true, [amExtraDamage]=true, [amExtraTime]=true, |
112 [amLowGravity]=true, [amExtraDamage]=true, [amExtraTime]=true, |
113 [amLandGun]=true, [amSwitch]=true, [amRubber]=true, [amIceGun]=true, |
113 [amLandGun]=true, [amRubber]=true, [amIceGun]=true, |
114 } |
114 } |
115 |
115 |
116 local wepArray = {} |
116 local wepArray = {} |
117 |
117 |
118 local atkChoices = {} |
118 local atkChoices = {} |