Optimize a couple things

This commit is contained in:
Chompstation Bot
2021-07-20 21:30:20 +00:00
parent 4a6c523aa6
commit 15cafbe65b
262 changed files with 9437 additions and 934 deletions

View File

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