mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-06-07 14:33:24 +01:00
04ba5c1cc9
* Adds the check components * Adds in trailing newlines * Converts all CRLF to LF * Post merge EOF * Post merge line endings * Final commit
9 lines
263 B
Plaintext
9 lines
263 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(GLOB.landmarks_list.len)
|