mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 03:27:05 +01:00
Refactor shadowling veil extinguish proc
This commit is contained in:
@@ -159,7 +159,6 @@
|
||||
var/nightshift_light_power = 0.45
|
||||
var/nightshift_light_color = "#FFDDCC"
|
||||
|
||||
|
||||
// the smaller bulb light fixture
|
||||
|
||||
/obj/machinery/light/small
|
||||
@@ -733,3 +732,8 @@
|
||||
if(limb)
|
||||
limb.droplimb(0, DROPLIMB_BURN)
|
||||
return FIRELOSS
|
||||
|
||||
/obj/machinery/light/extinguish_light()
|
||||
on = 0
|
||||
visible_message("<span class='danger'>[src] flickers and falls dark.</span>")
|
||||
update(0)
|
||||
|
||||
Reference in New Issue
Block a user