mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-29 06:58:30 +01:00
Adds belt slot flag to proto-kinetic machete and subtypes
Must be medium sized or smaller to prevent wearing greaves/gauntlets on your belt.
This commit is contained in:
@@ -230,7 +230,7 @@
|
||||
desc = "A modified design of a proto-kinetic crusher, it is still little more of a combination of various mining tools cobbled together \
|
||||
and kit-bashed into a high-tech cleaver on a stick - with a handguard and a goliath hide grip. While it is still of little use to any \
|
||||
but the most skilled and/or suicidal miners against local fauna, it's an elegant weapon for a more civilized hunter."
|
||||
|
||||
|
||||
look gary there i am
|
||||
- hatterhat
|
||||
*/
|
||||
@@ -258,6 +258,11 @@
|
||||
update_item_state = FALSE
|
||||
|
||||
|
||||
/obj/item/weapon/kinetic_crusher/machete/Initialize() //Making sure you can't store gauntlets/greaves on your belts.
|
||||
if(w_class < ITEMSIZE_HUGE)
|
||||
slot_flags = SLOT_BELT
|
||||
|
||||
|
||||
/obj/item/weapon/kinetic_crusher/machete/gauntlets
|
||||
// did someone say single target damage
|
||||
name = "\improper proto-kinetic gear"
|
||||
@@ -381,6 +386,7 @@
|
||||
thrown_bonus = 50 // 135 but you drop your knife because you threw it
|
||||
|
||||
|
||||
|
||||
//destablizing force
|
||||
/obj/item/projectile/destabilizer
|
||||
name = "destabilizing force"
|
||||
|
||||
Reference in New Issue
Block a user