Skip to content

Commit

Permalink
Восстановление работы клинков
Browse files Browse the repository at this point in the history
  • Loading branch information
msw7007 committed Feb 2, 2025
1 parent c76bd0f commit 2543346
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,12 @@
origin_tech = null
force = 11
armour_penetration_flat = 20
tool_behaviour = TOOL_CROWBAR
new_attack_chain = TRUE
var/obj/item/organ/internal/cyberimp/chest/serpentid_blades/parent_blade_implant

/obj/item/kitchen/knife/combat/serpentblade/Initialize(mapload)
. = ..()
AddComponent(/datum/component/forces_doors_open/serpentid_blades)
AddComponent(/datum/component/forces_doors_open/serpentid_blades, time_to_open = 10 SECONDS)
AddComponent(/datum/component/parry, _stamina_constant = 2, _stamina_coefficient = 0.5, _parryable_attack_types = NON_PROJECTILE_ATTACKS)
AddComponent(/datum/component/double_attack)

Expand Down

0 comments on commit 2543346

Please sign in to comment.