diff --git a/code/modules/mob/living/silicon/robot/dogborg/dog_modules_vr.dm b/code/modules/mob/living/silicon/robot/dogborg/dog_modules_vr.dm index 35529d4b43a..c2d00548c16 100644 --- a/code/modules/mob/living/silicon/robot/dogborg/dog_modules_vr.dm +++ b/code/modules/mob/living/silicon/robot/dogborg/dog_modules_vr.dm @@ -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