Files
Bubberstation/code/modules/events/wizard/magicarp.dm
SkyratBot cc326f6a87 [MIRROR] Basic Mob Carp IX: Carp Rifts & Migration [MDB IGNORE] (#18581)
Basic Mob Carp IX: Carp Rifts & Migration

Co-authored-by: Jacquerel <hnevard@gmail.com>
Co-authored-by: tastyfish <crazychris32@gmail.com>
2023-01-09 07:58:06 -05:00

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"