mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-13 08:03:43 +01:00
Nerfs the push broom (#27469)
This commit is contained in:
@@ -917,7 +917,7 @@
|
||||
|
||||
/obj/item/push_broom/Initialize(mapload)
|
||||
. = ..()
|
||||
AddComponent(/datum/component/parry, _stamina_constant = 2, _stamina_coefficient = 0.25, _parryable_attack_types = ALL_ATTACK_TYPES, _parry_cooldown = (7 / 5) SECONDS, _requires_two_hands = TRUE)
|
||||
AddComponent(/datum/component/parry, _stamina_constant = 2, _stamina_coefficient = 0.75, _parryable_attack_types = MELEE_ATTACK, _parry_cooldown = (7 / 3) SECONDS, _requires_two_hands = TRUE)
|
||||
AddComponent(/datum/component/two_handed, \
|
||||
force_wielded = 12, \
|
||||
force_unwielded = force, \
|
||||
|
||||
Reference in New Issue
Block a user