Fixes duplicated 'the' on slip messages

This commit is contained in:
Sam
2017-06-14 05:44:41 +01:00
parent 5131f91725
commit f971653760
+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)