The Rabbit Separatist Movement from Easter (BNUYY EDITION) (#64175)

Moves rabbits, updates some docs for them
This commit is contained in:
san7890
2022-01-23 20:43:06 -05:00
committed by GitHub
parent 02031bc9b4
commit c07104fa59
7 changed files with 106 additions and 73 deletions
+15 -4
View File
@@ -108,10 +108,21 @@
/obj/effect/holodeck_effect/mobspawner/pet/Initialize(mapload)
. = ..()
mobtype = list(/mob/living/simple_animal/butterfly, /mob/living/simple_animal/chick/holo, /mob/living/simple_animal/pet/fox)
mobtype += pick(/mob/living/simple_animal/pet/dog/corgi, /mob/living/simple_animal/pet/dog/corgi/puppy,
/mob/living/simple_animal/pet/dog/pug)
mobtype += pick(/mob/living/simple_animal/pet/cat, /mob/living/simple_animal/pet/cat/kitten)
mobtype = list(
/mob/living/simple_animal/butterfly,
/mob/living/simple_animal/chick/holo,
/mob/living/simple_animal/pet/fox,
/mob/living/simple_animal/rabbit,
)
mobtype += pick(
/mob/living/simple_animal/pet/dog/corgi,
/mob/living/simple_animal/pet/dog/corgi/puppy,
/mob/living/simple_animal/pet/dog/pug,
)
mobtype += pick(
/mob/living/simple_animal/pet/cat,
/mob/living/simple_animal/pet/cat/kitten,
)
/obj/effect/holodeck_effect/mobspawner/bee
mobtype = /mob/living/simple_animal/hostile/bee/toxin