materials-consitency

This commit is contained in:
Fox-McCloud
2015-09-12 16:22:39 -04:00
parent 54fc3d9aa2
commit 25c35343dc
8 changed files with 9 additions and 13 deletions
@@ -6,7 +6,7 @@
icon_state = "tile"
w_class = 3.0
force = 6.0
materials = list(MAT_METAL=937.5)
materials = list(MAT_METAL=500)
throwforce = 10.0
throw_speed = 3
throw_range = 7
@@ -12,7 +12,7 @@
gender = PLURAL
icon = 'icons/obj/items.dmi'
icon_state = "table_parts"
materials = list(MAT_METAL=3750)
materials = list(MAT_METAL=4000)
flags = CONDUCT
attack_verb = list("slammed", "bashed", "battered", "bludgeoned", "thrashed", "whacked")
@@ -21,7 +21,7 @@
desc = "Hard table parts. Well...harder..."
icon = 'icons/obj/items.dmi'
icon_state = "reinf_tableparts"
materials = list(MAT_METAL=7500)
materials = list(MAT_METAL=8000)
flags = CONDUCT
/obj/item/weapon/table_parts/wood
@@ -42,7 +42,7 @@
icon = 'icons/obj/items.dmi'
icon_state = "rack_parts"
flags = CONDUCT
materials = list(MAT_METAL=3750)
materials = list(MAT_METAL=2000)
/*
* Table Parts
+1 -1
View File
@@ -152,7 +152,7 @@ obj/item/weapon/wirerod
force = 9
throwforce = 10
w_class = 3
materials = list(MAT_METAL=1875)
materials = list(MAT_METAL=1000)
attack_verb = list("hit", "bludgeoned", "whacked", "bonked")
obj/item/weapon/wirerod/attackby(var/obj/item/I, mob/user as mob, params)