[MIRROR] fixes borg jaws (#11158)

Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-07-09 03:53:09 -07:00
committed by GitHub
parent d966a7b405
commit 41408d7143

View File

@@ -160,7 +160,7 @@
name = "combat jaws"
icon_state = "jaws"
desc = "The jaws of the law."
force = 25
force = 30
armor_penetration = 25
defend_chance = 15
attack_verb = list("chomped", "bit", "ripped", "mauled", "enforced")
@@ -202,6 +202,9 @@
icon_state = "claymore_cyborg"
hitsound = 'sound/weapons/slice.ogg'
attack_verb = list("sliced", "slashed", "jabbed", "stabbed")
force = 30
armor_penetration = 25
defend_chance = 15
else
name = "self defense knife"
icon = 'icons/obj/tools_robot.dmi'
@@ -209,6 +212,9 @@
hitsound = 'sound/weapons/slash.ogg'
desc = "A sharp knife used for defending crew against hostile threats. Not effective for non-defense use."
attack_verb = list("sliced", "slashed", "jabbed", "stabbed")
force = 15
armor_penetration = 0
defend_chance = 5
update_icon()