Some Additional Hanner Beast Forms (#18503)

Added the following forms to beast form for hanner and lleill: Hyena, Lion, Reindeer, Armadillo and Slug.

I have considered more fanciful things like unicorns and gryphons, but for now we'll just keep it simple with normal animals.
This commit is contained in:
SatinIsle
2025-09-16 14:02:43 +01:00
committed by GitHub
parent 7eac898be5
commit 0d7ad11cf4
@@ -428,7 +428,12 @@
"Chicken" = /mob/living/simple_mob/animal/passive/chicken,
"Goat" = /mob/living/simple_mob/animal/goat,
"Penguin" = /mob/living/simple_mob/animal/passive/penguin,
"Goose" = /mob/living/simple_mob/animal/space/goose
"Goose" = /mob/living/simple_mob/animal/space/goose,
"Hyena" = /mob/living/simple_mob/animal/hyena,
"Lion" = /mob/living/simple_mob/vore/retaliate/lion,
"Reindeer" = /mob/living/simple_mob/vore/reindeer,
"Armadillo" = /mob/living/simple_mob/animal/passive/armadillo,
"Slug" = /mob/living/simple_mob/vore/slug
)
var/chosen_beast = tgui_input_list(src, "Which form would you like to take?", "Choose Beast Form", beast_options)
@@ -622,7 +627,12 @@
"Chicken" = /mob/living/simple_mob/animal/passive/chicken,
"Goat" = /mob/living/simple_mob/animal/goat,
"Penguin" = /mob/living/simple_mob/animal/passive/penguin,
"Goose" = /mob/living/simple_mob/animal/space/goose
"Goose" = /mob/living/simple_mob/animal/space/goose,
"Hyena" = /mob/living/simple_mob/animal/hyena,
"Lion" = /mob/living/simple_mob/vore/retaliate/lion,
"Reindeer" = /mob/living/simple_mob/vore/reindeer,
"Armadillo" = /mob/living/simple_mob/animal/passive/armadillo,
"Slug" = /mob/living/simple_mob/vore/slug
)
var/chosen_beast = tgui_input_list(src, "Which form would you like to take?", "Choose Beast Form", beast_options)