mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 05:00:55 +01:00
Converts butterflies to basic mobs and adds them to cytology (#75582)
## About The Pull Request Converts butterflies into basic mobs. Also a little list organisation. <details> <summary>Yep, those are some butterflies alright</summary>  </details> ## Changelog 🆑 refactor: Converted butterflies to the basic mob system add: Butterflies can now be grown in cytology /🆑
This commit is contained in:
@@ -82,10 +82,10 @@
|
||||
/obj/effect/holodeck_effect/mobspawner/pet/Initialize(mapload)
|
||||
. = ..()
|
||||
mobtype = list(
|
||||
/mob/living/simple_animal/butterfly,
|
||||
/mob/living/basic/butterfly,
|
||||
/mob/living/basic/rabbit,
|
||||
/mob/living/simple_animal/chick/holo,
|
||||
/mob/living/simple_animal/pet/fox,
|
||||
/mob/living/basic/rabbit,
|
||||
)
|
||||
mobtype += pick(
|
||||
/mob/living/basic/pet/dog/corgi,
|
||||
|
||||
Reference in New Issue
Block a user