mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-30 16:47:34 +01:00
Merge pull request #9286 from Greenjoe12345/chickenglide
chicken gliding
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user