mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-01-02 05:32:16 +00:00
9 lines
276 B
Plaintext
9 lines
276 B
Plaintext
/datum/event/carp_migration/koi
|
|
spawned_mobs = list(
|
|
/mob/living/simple_animal/hostile/retaliate/carp/koi = 98,
|
|
/mob/living/simple_animal/hostile/retaliate/carp/koi/honk = 2)
|
|
|
|
|
|
/datum/event/carp_migration/koi/start()
|
|
spawn_fish(rand(4, 6)) //12 to 30 koi, in small groups
|