mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 02:16:05 +00:00
Yet More Moody Lights (#35689)
* wip * more moody lights * woops * green screen
This commit is contained in:
@@ -149,6 +149,10 @@
|
||||
icon_state="intercom-frame"
|
||||
return
|
||||
icon_state = "intercom[!on?"-p":""][b_stat ? "-open":""]"
|
||||
if (on)
|
||||
update_moody_light('icons/lighting/special.dmi', "overlay_intercom")
|
||||
else
|
||||
kill_moody_light()
|
||||
|
||||
/obj/item/device/radio/intercom/process()
|
||||
if(((world.timeofday - last_tick) > 30) || ((world.timeofday - last_tick) < 0))
|
||||
|
||||
Reference in New Issue
Block a user