oh god jc_a_bomb (#19668)

Seriously lets not search the machine list every tick when we are
already housekeeping nuclear bombs on their own global list
This commit is contained in:
oranges
2016-08-03 17:34:36 +12:00
committed by KorPhaeron
parent a88da69f66
commit 3a77ae76d9
+1 -1
View File
@@ -140,7 +140,7 @@
icon_state = "pinon[nuke_warning ? "alert" : "far"]"
/obj/item/weapon/pinpointer/proc/my_god_jc_a_bomb() //If we should get the hell back to the ship
for(var/obj/machinery/nuclearbomb/bomb in machines)
for(var/obj/machinery/nuclearbomb/bomb in nuke_list)
if(bomb.timing)
if(!nuke_warning)
nuke_warning = TRUE