From 8ab18c27d81cba9dc9e18f0c9739f3cb1d57d4bf Mon Sep 17 00:00:00 2001 From: Krausus Date: Sat, 30 May 2015 06:18:18 -0400 Subject: [PATCH] Fixes some Stat procs statting to the wrong panel --- code/modules/mob/mob.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/mob/mob.dm b/code/modules/mob/mob.dm index db1fda16915..442a9d32346 100644 --- a/code/modules/mob/mob.dm +++ b/code/modules/mob/mob.dm @@ -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)