mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
Bug fixes (#12166)
* Fixes #3143 * Fixes #12015 * Fixes #9261 * Fixes #12057
This commit is contained in:
committed by
clusterfack
parent
a27f6b947f
commit
d30bcd697e
@@ -285,13 +285,13 @@ var/global/list/obj/machinery/light/alllights = list()
|
||||
..()
|
||||
switch(status)
|
||||
if(LIGHT_OK)
|
||||
to_chat(user, "<span class='info'>[desc] It is turned [on? "on" : "off"].</span>")
|
||||
to_chat(user, "<span class='info'>It is turned [on? "on" : "off"].</span>")
|
||||
if(LIGHT_EMPTY)
|
||||
to_chat(user, "<span class='info'>[desc] The [fitting] has been removed.</span>")
|
||||
to_chat(user, "<span class='info'>The [fitting] has been removed.</span>")
|
||||
if(LIGHT_BURNED)
|
||||
to_chat(user, "<span class='info'>[desc] The [fitting] is burnt out.</span>")
|
||||
to_chat(user, "<span class='info'>The [fitting] is burnt out.</span>")
|
||||
if(LIGHT_BROKEN)
|
||||
to_chat(user, "<span class='info'>[desc] The [fitting] has been smashed.</span>")
|
||||
to_chat(user, "<span class='info'>The [fitting] has been smashed.</span>")
|
||||
|
||||
|
||||
// attack with item - insert light (if right type), otherwise try to break the light
|
||||
|
||||
Reference in New Issue
Block a user