This commit is contained in:
Cameron Lennox
2025-07-09 00:43:20 +02:00
committed by GitHub
parent e059bbd890
commit 63c2a8183f
@@ -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()