Roxy Comments

This commit is contained in:
Roxy
2026-04-11 08:57:59 -06:00
committed by The Sharkening
parent 4504eda0c2
commit 26d7f00a76
27 changed files with 36 additions and 45 deletions
@@ -25,7 +25,7 @@
/obj/item/reagent_containers/condiment/update_icon_state()
. = ..()
if(reagents.reagent_list.len)
if(length(reagents.reagent_list)) // BUBBER EDIT CHANGE - FIXES A RUNTIME I LITERALLY CANNOT FIGURE OUT IM SORRY - ORIGINAL: reagents.reagent_list.len
if(icon_preempty)
icon_state = icon_preempty
icon_preempty = null