mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-22 12:47:16 +01:00
powder that makes you say yes
This commit is contained in:
@@ -10,6 +10,8 @@
|
||||
integrity = 40
|
||||
pass_stack_colors = TRUE
|
||||
supply_conversion_value = 2
|
||||
hardness = 5
|
||||
|
||||
|
||||
/datum/material/cloth/generate_recipes()
|
||||
recipes = list(
|
||||
@@ -109,13 +111,15 @@
|
||||
display_name = "comfy"
|
||||
use_name = "red upholstery"
|
||||
icon_colour = "#DA020A"
|
||||
flags = MATERIAL_PADDING
|
||||
flags = MATERIAL_PADDING|MATERIAL_BRITTLE
|
||||
ignition_point = T0C+232
|
||||
melting_point = T0C+300
|
||||
sheet_singular_name = "tile"
|
||||
sheet_plural_name = "tiles"
|
||||
protectiveness = 1 // 4%
|
||||
conductive = 0
|
||||
hardness = 5
|
||||
integrity = 40
|
||||
*/
|
||||
//CHOMPstation Removal End
|
||||
|
||||
@@ -123,11 +127,13 @@
|
||||
name = "cotton"
|
||||
display_name ="cotton"
|
||||
icon_colour = "#FFFFFF"
|
||||
flags = MATERIAL_PADDING
|
||||
flags = MATERIAL_PADDING|MATERIAL_BRITTLE
|
||||
ignition_point = T0C+232
|
||||
melting_point = T0C+300
|
||||
protectiveness = 1 // 4%
|
||||
conductive = 0
|
||||
hardness = 5
|
||||
integrity = 10
|
||||
|
||||
/datum/material/fibers
|
||||
name = MAT_FIBERS
|
||||
@@ -135,9 +141,11 @@
|
||||
sheet_singular_name = "fiber"
|
||||
sheet_singular_name = "fibers"
|
||||
icon_colour = "#006b0e"
|
||||
flags = MATERIAL_PADDING
|
||||
flags = MATERIAL_PADDING|MATERIAL_BRITTLE
|
||||
ignition_point = T0C+232
|
||||
melting_point = T0C+300
|
||||
protectiveness = 1 // 4%
|
||||
conductive = 0
|
||||
pass_stack_colors = TRUE
|
||||
hardness = 5
|
||||
integrity = 5
|
||||
|
||||
Reference in New Issue
Block a user