mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-31 00:58:26 +01:00
<!-- Write **BELOW** The Headers and **ABOVE** The comments else it may not be viewable. --> <!-- You can view Contributing.MD for a detailed description of the pull request process. --> ## About The Pull Request This didnt get in the upstream by a day closes https://github.com/Bubberstation/Bubberstation/pull/1163
This commit is contained in:
@@ -380,7 +380,13 @@
|
||||
|
||||
/obj/structure/mold/structure/spawner/Initialize(mapload)
|
||||
. = ..()
|
||||
AddComponent(/datum/component/spawner, mold_type.mob_types, mold_type.spawn_cooldown, mold_type.max_spawns, list(FACTION_MOLD), "emerges from")
|
||||
AddComponent(/datum/component/spawner, \
|
||||
spawn_types = mold_type.mob_types, \
|
||||
spawn_time = mold_type.spawn_cooldown, \
|
||||
max_spawned = mold_type.max_spawns, \
|
||||
faction = list(FACTION_MOLD), \
|
||||
spawn_text = "emerges from", \
|
||||
)
|
||||
|
||||
#undef CORE_RETALIATION_COOLDOWN
|
||||
#undef MOLD_BULB_ALPHA
|
||||
|
||||
Reference in New Issue
Block a user