Merge pull request #16672 from botka4aet/BoneItems

New tribal craft items(pickaxe and scythe)
This commit is contained in:
variableundefined
2021-09-17 21:34:35 -05:00
committed by GitHub
6 changed files with 49 additions and 12 deletions
+12 -4
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
@@ -129,6 +129,14 @@
var/extend = 1
var/swiping = FALSE
/obj/item/scythe/bone
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))
@@ -155,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