mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 02:09:41 +00:00
[MIRROR] Gets rid of hasvar usage and moves up some vars (#11484)
Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
committed by
GitHub
parent
f3954fdbeb
commit
938e760841
@@ -448,14 +448,14 @@
|
||||
if(.)
|
||||
user.visible_message(span_notice("[user] activates the flare."), span_notice("You pull the cord on the flare, activating it!"))
|
||||
src.force = on_damage
|
||||
src.damtype = "fire"
|
||||
src.damtype = BURN
|
||||
START_PROCESSING(SSobj, src)
|
||||
|
||||
/obj/item/flashlight/flare/proc/ignite() //Used for flare launchers.
|
||||
on = !on
|
||||
update_brightness()
|
||||
force = on_damage
|
||||
damtype = "fire"
|
||||
damtype = BURN
|
||||
START_PROCESSING(SSobj, src)
|
||||
return 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user