Merge pull request #12879 from Runa-Dacino/belt_dagger

Adds belt slot flag to proto-kinetic machete and subtypes
This commit is contained in:
Casey
2022-05-08 05:41:52 -04:00
committed by CHOMPStation2
parent 258b3b8a82
commit be7e0a3c87

View File

@@ -256,6 +256,9 @@
backstab_bonus = 40 // 100
thrown_bonus = 20 // 120
update_item_state = FALSE
slot_flags = SLOT_BELT
/obj/item/weapon/kinetic_crusher/machete/gauntlets
@@ -275,6 +278,7 @@
detonation_damage = 37 // 75
backstab_bonus = 55 // 130
var/obj/item/offhand/crushergauntlets/offhand
slot_flags = null
/obj/item/weapon/kinetic_crusher/machete/gauntlets/equipped()
. = ..()
@@ -381,6 +385,7 @@
thrown_bonus = 50 // 135 but you drop your knife because you threw it
//destablizing force
/obj/item/projectile/destabilizer
name = "destabilizing force"