mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 12:41:09 +01:00
Roxy Comments
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user