mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
Optimize a couple things
This commit is contained in:
@@ -76,8 +76,7 @@
|
||||
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
|
||||
for(var/obj/machinery/holoposter/HP as anything in GLOB.holoposters)
|
||||
HP.update_icon()
|
||||
//VOREStation Add End
|
||||
|
||||
|
||||
Reference in New Issue
Block a user