mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-23 15:38:08 +00:00
Basic Mob Carp IX: Carp Rifts & Migration Co-authored-by: Jacquerel <hnevard@gmail.com> Co-authored-by: tastyfish <crazychris32@gmail.com>
13 lines
441 B
Plaintext
13 lines
441 B
Plaintext
/datum/round_event_control/wizard/magicarp //these fish is loaded
|
|
name = "Magicarp"
|
|
weight = 1
|
|
typepath = /datum/round_event/carp_migration/wizard
|
|
max_occurrences = 1
|
|
earliest_start = 0 MINUTES
|
|
description = "Summons a school of carps with magic projectiles."
|
|
|
|
/datum/round_event/carp_migration/wizard
|
|
carp_type = /mob/living/basic/carp/magic
|
|
boss_type = /mob/living/basic/carp/magic/chaos
|
|
fluff_signal = "Unknown magical entities"
|