mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-18 03:26:31 +01:00
Status light overlays maintenance (#26502)
* airlock code cleanup * airlock overlays * support for epsilon * Update status_display.dmi * fire * firedoor mutable/emissive * Update airlock.dm * fix shuttle/titanium * Update airlock.dm * Update airlock.dm * other missing airlock types * Update metal_overlays.dmi * Update metal_overlays.dmi
This commit is contained in:
@@ -75,6 +75,8 @@
|
||||
post_status("alert", "orangealert")
|
||||
if(SEC_LEVEL_AMBER)
|
||||
post_status("alert", "amberalert")
|
||||
if(SEC_LEVEL_EPSILON)
|
||||
post_status("alert", "epsilonalert")
|
||||
if(SEC_LEVEL_GAMMA)
|
||||
post_status("alert", "gammaalert")
|
||||
// SKYRAT EDIT ADD END - Alert Levels
|
||||
|
||||
Reference in New Issue
Block a user