mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 20:48:56 +01:00
Merge branch 'master' of https://github.com/tgstation/tgstation into upstream-sync
This commit is contained in:
@@ -45,8 +45,6 @@
|
||||
// these amounts will be multiplied by the stack size in on_grind()
|
||||
/// Amount of matter given back to RCDs
|
||||
var/matter_amount = 0
|
||||
/// Does this stack require a unique girder in order to make a wall?
|
||||
var/has_unique_girder = FALSE
|
||||
/// What typepath table we create from this stack
|
||||
var/obj/structure/table/table_type
|
||||
/// What typepath stairs do we create from this stack
|
||||
@@ -73,6 +71,13 @@
|
||||
/// or until the cut heals, whichever comes first
|
||||
var/absorption_rate
|
||||
|
||||
/// Can this stack be used for contruction of girders?
|
||||
var/usable_for_construction = FALSE
|
||||
/// Does this stack require a unique girder in order to make a wall?
|
||||
var/has_unique_girder = FALSE
|
||||
///What type of wall does this sheet spawn
|
||||
var/walltype
|
||||
|
||||
/obj/item/stack/Initialize(mapload, new_amount = amount, merge = TRUE, list/mat_override=null, mat_amt=1)
|
||||
amount = new_amount
|
||||
if(amount <= 0)
|
||||
|
||||
Reference in New Issue
Block a user