mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 20:16:55 +01:00
Fixes missing stacks, wonky ORM icons (#20717)
* oh god why * lol TGUI rebuild
This commit is contained in:
@@ -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)
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user