Yet More Moody Lights (#35689)

* wip

* more moody lights

* woops

* green screen
This commit is contained in:
DeityLink
2024-01-05 10:44:24 +01:00
committed by GitHub
parent 4e37b2affa
commit dcc5034f9e
21 changed files with 62 additions and 5 deletions

View File

@@ -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))