Ports QoL, upgrades, and a lot of bug fixes

This commit is contained in:
Nadyr
2024-01-18 21:04:36 -05:00
committed by GitHub
parent 94ade300d3
commit 9347a99f5b
22 changed files with 411 additions and 81 deletions
@@ -213,6 +213,7 @@ var/list/name_to_material
var/luminescence
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/can_sharpen = TRUE // Is this material compatible with a sharpening kit?
// Placeholder vars for the time being, todo properly integrate windows/light tiles/rods.
var/created_window
+2 -1
View File
@@ -108,4 +108,5 @@
hardness = 1
weight = 1
protectiveness = 0 // 0%
conductive = 0
conductive = 0
can_sharpen = FALSE