Skip to content

Commit

Permalink
config update
Browse files Browse the repository at this point in the history
  • Loading branch information
BigSlice committed Jul 17, 2018
1 parent cadc590 commit 4f0580f
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions code/_globalvars/configuration.dm
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ var/global/comms_allowed = 0 //By default, the server does not allow messages to


//This was a define, but I changed it to a variable so it can be changed in-game.(kept the all-caps definition because... code...) -Errorage
var/MAX_EX_DEVESTATION_RANGE = 7
var/MAX_EX_HEAVY_RANGE = 14
var/MAX_EX_LIGHT_RANGE = 21
var/MAX_EX_FLASH_RANGE = 21
var/MAX_EX_FLAME_RANGE = 21
var/MAX_EX_DEVESTATION_RANGE = 28
var/MAX_EX_HEAVY_RANGE = 56
var/MAX_EX_LIGHT_RANGE = 84
var/MAX_EX_FLASH_RANGE = 84
var/MAX_EX_FLAME_RANGE = 84

var/list/be_special_flags = list(
"Traitor" = BE_TRAITOR,
Expand Down
2 changes: 1 addition & 1 deletion code/modules/events/radiation_storm.dm
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
announceWhen = 1

/datum/round_event/radiation_storm/announce()
priority_announce("High levels of radiation detected near the station. Maintenance is best shielded from radiation.", "Anomaly Alert", 'sound/AI/radiation.ogg')
priority_announce("High levels of radiation detected near the station. GET TO THE MAINTENANCE TUNNELS OR YOU WILL FUCKING DIE.", "Anomaly Alert", 'sound/AI/radiation.ogg')
//sound not longer matches the text, but an audible warning is probably good


Expand Down
8 changes: 4 additions & 4 deletions config/admins.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
###############################################################################################
BigSlice = Host
Sliceocelot = Host
Kubbrz6 = Trial Admin
M00nm4nhere = Midimin
Roleplay Rascal = Game Master
SpaghettiScience = Midimin
Memeoo = Trial Admin
Benblu = Admin
Kubbrz6 = Trial Admin
M00nm4nhere = Trial Admin
Memeoo = Trial Admin
2 changes: 1 addition & 1 deletion config/motd.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
<!-- Most valid html will work in here, excluding images. -->
<h3>Game night on the 13th, be ready for mass immigration.</h3>
<h3>please don't go ;_;</h3>

0 comments on commit 4f0580f

Please sign in to comment.