mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
[MIRROR] fixes borg jaws (#11158)
Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
committed by
GitHub
parent
d966a7b405
commit
41408d7143
@@ -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()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user