mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-21 02:57:48 +01:00
9 lines
261 B
Plaintext
9 lines
261 B
Plaintext
/datum/event/carp_migration
|
|
spawned_mobs = list(
|
|
/mob/living/simple_animal/hostile/retaliate/carp/koi = 95,
|
|
/mob/living/simple_animal/hostile/retaliate/carp/koi/honk = 2,
|
|
)
|
|
|
|
|
|
/datum/event/carp_migration/koi/start()
|
|
spawn_fish(GLOB.landmarks_list.len) |