mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 14:08:31 +01:00
Fixes endless Nar-sies.
Hopefully this fixes the endless nar-sie storm.
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
/datum/round_event_control/portal_storm_narsie
|
||||
name = "Portal Storm: Nar-sie"
|
||||
typepath = /datum/round_event/portal_storm/portal_storm_narsie
|
||||
weight = -1
|
||||
weight = 0
|
||||
|
||||
/datum/round_event/portal_storm/portal_storm_narsie
|
||||
boss_types = list(/obj/singularity/narsie/large = 1)
|
||||
@@ -130,4 +130,4 @@
|
||||
endWhen = activeFor
|
||||
|
||||
if(!number_of_hostiles && number_of_bosses)
|
||||
endWhen = activeFor
|
||||
endWhen = activeFor
|
||||
|
||||
Reference in New Issue
Block a user