Merge pull request #7550 from SamHPurp/misc-fixes

Misc fixes
This commit is contained in:
Fox McCloud
2017-06-16 15:51:16 -04:00
committed by GitHub
22 changed files with 88 additions and 87 deletions
+1 -1
View File
@@ -949,7 +949,7 @@ var/list/ventcrawl_machinery = list(/obj/machinery/atmospherics/unary/vent_pump,
for(var/t = 0, t<=tilesSlipped, t++)
spawn (t) step(src, src.dir)
stop_pulling()
to_chat(src, "<span class='notice'>You slipped on the [description]!</span>")
to_chat(src, "<span class='notice'>You slipped on [description]!</span>")
playsound(src.loc, 'sound/misc/slip.ogg', 50, 1, -3)
if(stun)
Stun(stun)