mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-28 06:28:01 +01:00
some more cleanup
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user