Refactors table creation (#19441)

* refactors table creation

* probably works will test later

* tested and tweaked

* words are hard

* Apply suggestions from code review

Co-authored-by: Sirryan2002 <80364400+Sirryan2002@users.noreply.github.com>

* steel review

* proc breakout

Co-authored-by: Sirryan2002 <80364400+Sirryan2002@users.noreply.github.com>
This commit is contained in:
S34N
2022-11-15 15:45:55 -06:00
committed by GitHub
co-authored by Sirryan2002
parent b66fb2448c
commit 4de47b8b58
7 changed files with 99 additions and 102 deletions
+2
View File
@@ -27,6 +27,8 @@
var/merge_type = null // This path and its children should merge with this stack, defaults to src.type
var/recipe_width = 400 //Width of the recipe popup
var/recipe_height = 400 //Height of the recipe popup
/// What sort of table is made when applying this stack to a frame?
var/table_type
/obj/item/stack/New(loc, new_amount, merge = TRUE)
..()