Yet another one

This commit is contained in:
TheFurryFeline
2020-03-22 13:24:43 -04:00
parent 10cb71d16c
commit fdbc1f7710
8 changed files with 9 additions and 9 deletions
@@ -18,7 +18,7 @@ GLOBAL_VAR_INIT(chicken_count, 0) // How mant chickens DO we have?
response_help = "pets"
response_disarm = "gently pushes aside"
response_harm = "kicks"
attacktext = list("kicked")
attacktext = list("pecked")
has_langs = list("Bird")
@@ -23,7 +23,7 @@
softfall = TRUE
parachuting = TRUE
attacktext = list("claws", "pecks")
attacktext = list("clawed", "pecked")
speak_emote = list("chirps", "caws")
has_langs = list("Bird")
response_help = "pets"
@@ -36,7 +36,7 @@
melee_damage_upper = 10
base_attack_cooldown = 1 SECOND
attack_edge = 1 // Razor-edged wings, and 'claws' made for digging through ice.
attacktext = list("nipped", "bit", "cut", "clawed")
attacktext = list("nipped", "bitten", "cut", "clawed")
say_list_type = /datum/say_list/duck
ai_holder_type = /datum/ai_holder/simple_mob/retaliate/cooperative
@@ -43,7 +43,7 @@
melee_damage_lower = 5
melee_damage_upper = 10
base_attack_cooldown = 1.5 SECONDS
attacktext = list("nipped", "bit", "pinched")
attacktext = list("nipped", "bitten", "pinched")
projectiletype = /obj/item/projectile/energy/blob/freezing
@@ -50,7 +50,7 @@
pass_flags = PASSTABLE
attacktext = list("bit", "buffeted", "slashed")
attacktext = list("bitten", "buffeted", "slashed")
say_list_type = /datum/say_list/glitterfly
ai_holder_type = /datum/ai_holder/simple_mob/melee/evasive/glitterfly
@@ -45,7 +45,7 @@
melee_damage_upper = 25
attack_armor_pen = 40
base_attack_cooldown = 2 SECONDS
attacktext = list("gouged", "bit", "cut", "clawed", "whipped")
attacktext = list("gouged", "bitten", "cut", "clawed", "whipped")
armor = list(
"melee" = 30,
@@ -39,7 +39,7 @@
melee_damage_lower = 5
melee_damage_upper = 15
base_attack_cooldown = 1 SECOND
attacktext = list("nipped", "bit", "cut", "clawed")
attacktext = list("nipped", "bitten", "cut", "clawed")
armor = list(
"melee" = 15,
@@ -20,7 +20,7 @@
movement_cooldown = 0
hovering = TRUE
attacktext = list("slams into")
attacktext = list("slammed into")
attack_sound = 'sound/effects/slime_squish.ogg'
say_list_type = /datum/say_list/spore
@@ -118,7 +118,7 @@
desc = "A parasitic organism attached to a deceased body, controlling it directly as if it were a puppet."
melee_damage_lower += 8 // 10 total.
melee_damage_upper += 11 // 15 total.
attacktext = list("claws")
attacktext = list("clawed")
H.forceMove(src)
infested = H