the span of these changes is immense (#49432)

This commit is contained in:
Bobbahbrown
2020-02-20 13:48:13 +01:00
committed by GitHub
parent 92bdcd0e47
commit 476399a346
17 changed files with 26 additions and 34 deletions
@@ -276,11 +276,7 @@
STOP_PROCESSING(SSobj, src)
/obj/item/flashlight/flare/ignition_effect(atom/A, mob/user)
if(fuel && on)
. = "<span class='notice'>[user] lights [A] with [src] like a real \
badass.</span>"
else
. = ""
. = fuel && on ? "<span class='notice'>[user] lights [A] with [src] like a real badass.</span>" : ""
/obj/item/flashlight/flare/proc/turn_off()
on = FALSE