playing with fire will get me roasted

This commit is contained in:
kevinz000
2020-09-25 13:13:29 -03:00
committed by Dip
parent fc4c7c3bc0
commit 0f750932e2
53 changed files with 11408 additions and 155 deletions
@@ -395,7 +395,9 @@
if(!istype(user) || on_cooldown)
return
var/turf/T = get_turf(user)
if(!T)
var/area/A = get_area(user)
if(!T || !A || A.noteleport)
to_chat(user, "<span class='warning'>You play \the [src], yet no sound comes out of it... Looks like it won't work here.</span>")
return
on_cooldown = TRUE
last_user = user