Allowing energy weapons and chainswords to slice apart regular walls (#645)

All energy weapons and chainswords can slice apart regular walls, as suggest in the forums, sometime ago.
This commit is contained in:
Alberyk
2016-08-02 21:46:35 +03:00
committed by skull132
parent c9f53b0923
commit 83ed43896e
5 changed files with 85 additions and 2 deletions
@@ -35,10 +35,10 @@
/obj/item/weapon/melee/chainsword/attack_self(mob/user)
active= !active
if(active)
playsound(user, 'sound/weapons/circsawhit.ogg', 50, 1)
playsound(user, 'sound/weapons/chainsawhit.ogg', 50, 1)
user << "\blue \The [src] rumbles to life."
force = 35
hitsound = 'sound/weapons/circsawhit.ogg'
hitsound = 'sound/weapons/chainsawhit.ogg'
icon_state = "chainswordon"
slot_flags = null
else