Merge pull request #9286 from Greenjoe12345/chickenglide

chicken gliding
This commit is contained in:
Spookerton
2023-12-08 21:28:19 +00:00
committed by GitHub
@@ -34,6 +34,8 @@ GLOBAL_VAR_INIT(chicken_count, 0) // How mant chickens DO we have?
var/eggsleft = 0
var/body_color
softfall = TRUE //they can glide, no going splat for them.
/mob/living/simple_mob/animal/passive/chicken/Initialize()
. = ..()
if(!body_color)
@@ -162,4 +164,4 @@ GLOBAL_VAR_INIT(chicken_count, 0) // How mant chickens DO we have?
emote_see = list("pecks at the ground","flaps its tiny wings")
/decl/mob_organ_names/chicken
hit_zones = list("head", "body", "left wing", "right wing", "left leg", "right leg", "tendies")
hit_zones = list("head", "body", "left wing", "right wing", "left leg", "right leg", "tendies")