mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-18 10:33:30 +01:00
Fixes it all, I hate it (#23008)
This commit is contained in:
@@ -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?
|
||||
|
||||
Reference in New Issue
Block a user