mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-29 16:18:35 +01:00
Robot/Prosthetics lathe Duplication fix (#9117)
* Fix fabs * Fab update * Better Eject_material_of_type * Update code/game/machinery/machinery.dm Co-authored-by: Atermonera <atermonera@gmail.com> * Update code/game/mecha/mech_fabricator.dm Co-authored-by: Atermonera <atermonera@gmail.com> * indent fix * Update machinery.dm
This commit is contained in:
@@ -116,6 +116,8 @@ var/global/list/name_to_material
|
||||
var/radiation_resistance = 0 // Radiation resistance, which is added on top of a material's weight for blocking radiation. Needed to make lead special without superrobust weapons.
|
||||
var/supply_conversion_value // Supply points per sheet that this material sells for.
|
||||
|
||||
var/perunit = SHEET_MATERIAL_AMOUNT //How much stacks of translate from sheet to amount
|
||||
|
||||
// Placeholder vars for the time being, todo properly integrate windows/light tiles/rods.
|
||||
var/created_window
|
||||
var/created_fulltile_window
|
||||
|
||||
Reference in New Issue
Block a user