Snowdin 2.0

This commit is contained in:
MMMiracles
2018-02-05 16:09:34 +01:00
committed by CitadelStationBot
parent 40943eaa35
commit 4c6bdf1a9e
32 changed files with 78971 additions and 67997 deletions
+8 -2
View File
@@ -227,6 +227,10 @@
var/bulb_emergency_pow_mul = 0.75 // the multiplier for determining the light's power in emergency mode
var/bulb_emergency_pow_min = 0.5 // the minimum value for the light's power in emergency mode
/obj/machinery/light/broken
status = LIGHT_BROKEN
icon_state = "tube-broken"
// the smaller bulb light fixture
/obj/machinery/light/small
@@ -237,7 +241,9 @@
desc = "A small lighting fixture."
light_type = /obj/item/light/bulb
/obj/machinery/light/small/broken
status = LIGHT_BROKEN
icon_state = "bulb-broken"
/obj/machinery/light/Move()
if(status != LIGHT_BROKEN)
@@ -690,7 +696,7 @@
grind_results = list("silicon" = 5, "nitrogen" = 10) //Nitrogen is used as a cheaper alternative to argon in incandescent lighbulbs
var/rigged = 0 // true if rigged to explode
var/brightness = 2 //how much light it gives off
/obj/item/light/suicide_act(mob/living/carbon/user)
if (status == LIGHT_BROKEN)
user.visible_message("<span class='suicide'>[user] begins to stab [user.p_them()]self with \the [src]! It looks like [user.p_theyre()] trying to commit suicide!</span>")