no anomalol weights

This commit is contained in:
Dip
2020-08-21 18:21:29 -03:00
parent e5260a48f9
commit 1a41aa79f9
+3 -16
View File
@@ -87,22 +87,9 @@
var/selectedmusic = pick(bmeastereggmusic)
for(var/mob/M in GLOB.player_list)
SEND_SOUND(M, selectedmusic)
to_chat(M, "<span class='boldannounce'>You feel the fabric of reality distort for a moment... Prepare for unforeseen consequences...</span>")
var/datum/round_event_control/portal_storm_syndicate/psy = locate(/datum/round_event_control/portal_storm_syndicate) in SSevents.control
if(istype(psy))
psy.weight = 20
psy.min_players = 10
var/datum/round_event_control/anomaly/anomaly_bluespace/blu = locate(/datum/round_event_control/anomaly/anomaly_bluespace) in SSevents.control
if(istype(blu))
blu.weight = 20
var/datum/round_event_control/anomaly/anomaly_vortex/vort = locate(/datum/round_event_control/anomaly/anomaly_vortex) in SSevents.control
if(istype(vort))
vort.weight = 20
var/datum/round_event_control/anomaly/anomaly_grav/grav = locate(/datum/round_event_control/anomaly/anomaly_grav) in SSevents.control
if(istype(grav))
grav.weight = 30
message_admins("The station has been renamed to Black Mesa. Weight of Anomalies and Portal Storms has been drastically increased.")
log_game("The station has been renamed to Black Mesa. Weight of Anomalies and Portal Storms has been drastically increased.")
to_chat(M, "<span class='boldannounce'>You feel the fabric of reality distort for a moment... Prepare for unforeseen... Consequences...</span>")
message_admins("The station has been renamed to Black Mesa.")
log_game("The station has been renamed to Black Mesa.")
name = "station charter for [station_name()]"
desc = "An official document entrusting the governance of \
[station_name()] and surrounding space to Captain [uname]."