mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-19 02:56:14 +01:00
Adds holoposter ads
This commit is contained in:
@@ -75,6 +75,11 @@
|
||||
for(var/obj/machinery/status_display/FA in machines)
|
||||
if(FA.z in using_map.contact_levels)
|
||||
FA.on_alert_changed(newlevel)
|
||||
//VOREStation Add
|
||||
for(var/hp in GLOB.holoposters)
|
||||
var/obj/machinery/holoposter/HP = hp
|
||||
HP.update_icon()
|
||||
//VOREStation Add End
|
||||
|
||||
if(level >= SEC_LEVEL_RED)
|
||||
atc.reroute_traffic(yes = 1) // Tell them fuck off we're busy.
|
||||
|
||||
Reference in New Issue
Block a user