mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-16 09:34:52 +01:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user