Bone items review fix

This commit is contained in:
botka4aet
2021-09-17 11:13:32 +03:00
parent d49cfd2322
commit ebf20f8806
3 changed files with 21 additions and 18 deletions
+6 -6
View File
@@ -8,7 +8,7 @@
w_class = WEIGHT_CLASS_TINY
slot_flags = SLOT_BELT
origin_tech = "magnets=2;biotech=2"
materials = list(MAT_METAL=30, MAT_GLASS=20)
materials = list(MAT_METAL = 30, MAT_GLASS = 20)
// *************************************
// Hydroponics Tools
@@ -111,9 +111,9 @@
flags = NONE
/obj/item/scythe
icon_state = "scythe0"
name = "scythe"
desc = "A sharp and curved blade on a long fibremetal handle, this tool makes it easy to reap what you sow."
icon_state = "scythe0"
force = 13
throwforce = 5
throw_speed = 2
@@ -130,13 +130,13 @@
var/swiping = FALSE
/obj/item/scythe/bone
icon_state = "bone_scythe"
item_state = "bone_scythe"
name = "bone scythe"
desc = "Perfect for harvesting. And it's not about plants."
icon_state = "bone_scythe"
force = 14
throw_range = 4
origin_tech = "materials=1;combat=2"
/obj/item/scythe/suicide_act(mob/user)
user.visible_message("<span class='suicide'>[user] is beheading [user.p_them()]self with [src]! It looks like [user.p_theyre()] trying to commit suicide.</span>")
if(ishuman(user))
@@ -163,10 +163,10 @@
swiping = FALSE
/obj/item/scythe/tele
icon_state = "tscythe0"
item_state = null //no sprite for folded version, like a tele-baton
name = "telescopic scythe"
desc = "A sharp and curved blade on a collapsable fibre metal handle, this tool is the pinnacle of covert reaping technology."
icon_state = "tscythe0"
item_state = null //no sprite for folded version, like a tele-baton
force = 3
sharp = 0
w_class = WEIGHT_CLASS_SMALL