[MIRROR] Fix a bunch of issues and runtimes (#11145)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-07-05 21:47:08 +02:00
committed by GitHub
co-authored by Kashargul
parent 199e857d15
commit 46c940fbdf
68 changed files with 205 additions and 234 deletions
@@ -235,7 +235,7 @@ var/list/gear_datums = list()
if(TG.display_name in active_gear_list)
active_gear_list -= TG.display_name
else if(get_total() + TG.cost <= MAX_GEAR_COST)
active_gear_list[TG.display_name] = list()
LAZYSET(active_gear_list, TG.display_name, list())
return TOPIC_REFRESH_UPDATE_PREVIEW
if("gear_tweak")