From 4c9cda8d7e1713d4aaf7691564cf0c944dd8ffcf Mon Sep 17 00:00:00 2001 From: mwerezak Date: Thu, 30 Oct 2014 19:57:59 -0400 Subject: [PATCH] Adjusts secondary unarmed attacks --- code/modules/mob/living/carbon/human/species.dm | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/code/modules/mob/living/carbon/human/species.dm b/code/modules/mob/living/carbon/human/species.dm index a539f32820..5268a27df6 100644 --- a/code/modules/mob/living/carbon/human/species.dm +++ b/code/modules/mob/living/carbon/human/species.dm @@ -250,6 +250,7 @@ language = "Siik'tajr" tail = "tajtail" unarmed_type = /datum/unarmed_attack/claws + secondary_unarmed_type = /datum/unarmed_attack/bite/eye_tooth darksight = 8 cold_level_1 = 200 //Default 260 @@ -378,6 +379,7 @@ deform = 'icons/mob/human_races/r_def_plant.dmi' language = "Rootspeak" unarmed_type = /datum/unarmed_attack/diona + secondary_unarmed_type = null //Does a walking mass of dionaea even have jaws, as we understand them? primitive = /mob/living/carbon/alien/diona slowdown = 7 rarity_value = 3 @@ -444,6 +446,7 @@ deform = 'icons/mob/human_races/r_machine.dmi' language = "Tradeband" unarmed_type = /datum/unarmed_attack/punch + secondary_unarmed_type = null rarity_value = 2 eyes = "blank_eyes" @@ -514,6 +517,14 @@ return 0 /datum/unarmed_attack/bite + attack_verb = list("bite") // 'x has biteed y', needs work. + attack_sound = 'sound/weapons/bite.ogg' + shredding = 0 + damage = 3 + sharp = 0 + edge = 0 + +/datum/unarmed_attack/bite/eye_tooth attack_verb = list("bite") // 'x has biteed y', needs work. attack_sound = 'sound/weapons/bite.ogg' shredding = 0