Update special.dm

Cuts plasma pistol total shots in half (Down to 5) in exchange for letting it shoot as fast as a submachine gun(Firedelay 0).  Lowers weight-class so the pistol (it is a pistol.) is actually small and not the same size as a full laser.  The aim is for a small, very deadly gun that only has enough charge to crit one person -if- you land every shot.  Compare with the standard laser gun, which has enough to crit 3 people and gives you a lot more leeway to miss.  Hoping for an effective, easy-to-use self-defense and/or concealed assassination-y type weapon.  It feels silly when you're arming the crew against the wizard and can only give them fully automatic bulletguns or giant laser cannons.  -Duck.
This commit is contained in:
Duck-
2014-03-17 02:17:01 -04:00
parent 8d79db52cf
commit 28bca8c3aa
@@ -200,7 +200,9 @@ obj/item/weapon/gun/energy/staff/focus
desc = "A specialized firearm designed to fire lethal bolts of toxins."
icon_state = "toxgun"
fire_sound = 'sound/effects/stealthoff.ogg'
w_class = 3.0
fire_delay = 0
w_class = 2.0
cell_type = "/obj/item/weapon/cell/crap"
origin_tech = "combat=5;plasmatech=4"
projectile_type = "/obj/item/projectile/energy/plasma"