some more cleanup

This commit is contained in:
Kashargul
2024-02-03 16:41:33 +01:00
committed by GitHub
parent b12ddd69a1
commit ed19c72ece
@@ -1,32 +1,28 @@
/obj/item/weapon/melee/dogborg/jaws
icon = 'icons/mob/dogborg_vr.dmi'
hitsound = 'sound/weapons/bite.ogg'
throwforce = 0
w_class = ITEMSIZE_NORMAL
pry = 1
tool_qualities = list(TOOL_CROWBAR)
/obj/item/weapon/melee/dogborg/jaws/big
name = "combat jaws"
icon = 'icons/mob/dogborg_vr.dmi'
icon_state = "jaws"
desc = "The jaws of the law."
force = 25
armor_penetration = 25
defend_chance = 15
throwforce = 0
hitsound = 'sound/weapons/bite.ogg'
attack_verb = list("chomped", "bit", "ripped", "mauled", "enforced")
w_class = ITEMSIZE_NORMAL
pry = 1
tool_qualities = list(TOOL_CROWBAR)
/obj/item/weapon/melee/dogborg/jaws/small
name = "puppy jaws"
icon = 'icons/mob/dogborg_vr.dmi'
icon_state = "smalljaws"
desc = "The jaws of a small dog."
force = 10
defend_chance = 5
throwforce = 0
hitsound = 'sound/weapons/bite.ogg'
attack_verb = list("nibbled", "bit", "gnawed", "chomped", "nommed")
w_class = ITEMSIZE_NORMAL
var/emagged = 0
pry = 1
tool_qualities = list(TOOL_CROWBAR)
/obj/item/weapon/melee/dogborg/jaws/small/attack_self(mob/user)
var/mob/living/silicon/robot/R = user