Fixes missing stacks, wonky ORM icons (#20717)

* oh god why

* lol TGUI rebuild
This commit is contained in:
S34N
2023-03-26 13:16:21 +01:00
committed by GitHub
parent 6d5de3872f
commit a65706a368
4 changed files with 6 additions and 11 deletions
+1 -1
View File
@@ -30,7 +30,7 @@
/// What sort of table is made when applying this stack to a frame?
var/table_type
/// If this stack has a dynamic icon_state based on amount / max_amount
var/dynamic_icon_state = TRUE
var/dynamic_icon_state = FALSE
/obj/item/stack/Initialize(mapload, new_amount, merge = TRUE)
. = ..()