Adds Delam warnings for SM/Engineering

This commit is contained in:
Rykka Stormheart
2023-02-14 11:17:20 -08:00
parent f74c221b0f
commit c8f8f935e3
12 changed files with 106 additions and 18 deletions

View File

@@ -451,6 +451,18 @@ var/global/list/light_type_cache = list()
update()
//VOREstation Edit End
//CHOMPStation Edit Start
/obj/machinery/light/proc/set_alert_engineering()
if(!shows_alerts)
return
current_alert = "eng"
light_color = "#ff9900"
brightness_color = "#ff9900"
update()
// CHOMPStation Edit End
// update lighting
/obj/machinery/light/proc/update(var/trigger = 1)
update_icon()