Fixes some Stat procs statting to the wrong panel

This commit is contained in:
Krausus
2015-05-30 06:18:18 -04:00
parent 887a4bad03
commit 8ab18c27d8
+2
View File
@@ -998,6 +998,8 @@ var/list/slot_equipment_priority = list( \
else
stat(null, "processScheduler is not running.")
statpanel("Status") // Switch to the Status panel again, for the sake of the lazy Stat procs
/mob/proc/add_stings_to_statpanel(var/list/stings)
for(var/obj/effect/proc_holder/changeling/S in stings)