This commit is contained in:
Fluffy
2023-12-09 13:01:56 +00:00
committed by GitHub
parent 56295dc733
commit 4e8f281e25
4 changed files with 52 additions and 2 deletions
+3
View File
@@ -116,6 +116,9 @@ SUBSYSTEM_DEF(statpanels)
/// Set up the various action tabs.
/datum/controller/subsystem/statpanels/proc/set_action_tabs(client/target, mob/target_mob)
if(!target)
return
var/list/actions = target_mob.get_actions_for_statpanel()
target.spell_tabs.Cut()