This commit is contained in:
Fox McCloud
2018-10-18 19:50:24 -04:00
parent 3825b4e1d5
commit 73200c942d
2 changed files with 1 additions and 2 deletions
@@ -74,7 +74,7 @@
overlays += image('icons/obj/storage.dmi', icon_locking)
locked = 0
if(istype(weapon, /obj/item/melee/energy/blade))
do_sparks(5, 0, src.loc)
do_sparks(5, 0, loc)
playsound(loc, 'sound/weapons/blade1.ogg', 50, 1)
playsound(loc, "sparks", 50, 1)
to_chat(user, "You slice through the lock on [src].")