Adds a mech flare launcher, can be mounted on any mech.

This commit is contained in:
Datraen
2016-02-24 21:15:48 -05:00
parent ce535afdef
commit 55a024ef14
4 changed files with 32 additions and 0 deletions
@@ -199,6 +199,14 @@
src.force = on_damage
src.damtype = "fire"
processing_objects += src
/obj/item/device/flashlight/flare/proc/ignite() //Used for flare launchers.
on = !on
update_icon()
force = on_damage
damtype = "fire"
processing_objects += src
return 1
/obj/item/device/flashlight/slime
gender = PLURAL