Fixes cardox recipe (#4417)

-fixes #4415
-fixes gun offhand having pins
-fixes cloth having the same hardness as steel
This commit is contained in:
Alberyk
2018-03-15 12:43:52 +02:00
committed by Erki
parent 8a7d5946ce
commit 12f3bb080f
3 changed files with 3 additions and 1 deletions
+1
View File
@@ -697,6 +697,7 @@ var/list/name_to_material
melting_point = T0C+300
protectiveness = 1 // 4%
flags = MATERIAL_PADDING
hardness = 1
/material/cult
name = "cult"
+1
View File
@@ -608,6 +608,7 @@
icon_state = "offhand"
item_state = "nothing"
name = "offhand"
needspin = FALSE
unwield()
if (ismob(loc))
+1 -1
View File
@@ -542,7 +542,7 @@
name = "Cardox"
id = "cardox"
result = "cardox"
required_reagents = list("platinum" = 1, "carbon" = 1, "sterilzine" = 1)
required_reagents = list("platinum" = 1, "carbon" = 1, "sterilizine" = 1)
result_amount = 3
/datum/chemical_reaction/cardox_removal