fixes welder runtime

This commit is contained in:
FlattestGuitar
2017-05-18 12:01:24 +02:00
parent 1a054c6e2c
commit 96b2242aee
+2 -1
View File
@@ -511,7 +511,8 @@
to_chat(user, "<span class='warning'>You need more fuel!</span>")
switched_off(user)
else
to_chat(user, "<span class='notice'>You switch [src] off.</span>")
if(user)
to_chat(user, "<span class='notice'>You switch [src] off.</span>")
playsound(loc, deac_sound, 50, 1)
switched_off(user)