Fixes it all, I hate it (#23008)

This commit is contained in:
DGamerL
2023-10-30 20:10:39 +01:00
committed by GitHub
parent 3e4cb4c25a
commit cb511ae725
4 changed files with 7 additions and 1 deletions
+2 -1
View File
@@ -24,7 +24,8 @@
var/amount = 1
var/to_transfer = 0
var/max_amount = 50 //also see stack recipes initialisation, param "max_res_amount" must be equal to this max_amount
var/merge_type = null // This path and its children should merge with this stack, defaults to src.type
/// This path and its children should merge with this stack, defaults to src.type
var/merge_type = null
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?