Better Screen Tints (#12155)

This commit is contained in:
Geeves
2021-07-31 12:49:24 +02:00
committed by GitHub
parent a6b4229591
commit 15099384da
13 changed files with 39 additions and 8 deletions
+1 -1
View File
@@ -57,7 +57,7 @@
if(!wax)
new /obj/item/trash/candle(src.loc)
if(istype(src.loc, /mob))
src.dropped()
src.dropped(user)
to_chat(user, SPAN_NOTICE("The candle burns out."))
playsound(src.loc, 'sound/items/cigs_lighters/cig_snuff.ogg', 50, 1)
STOP_PROCESSING(SSprocessing, src)