mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-27 23:14:18 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user