From bcc65066ee801dedb6e3e9d016d74096c98b16aa Mon Sep 17 00:00:00 2001 From: Robertha89 Date: Sat, 16 Jan 2016 21:59:52 +0100 Subject: [PATCH 1/3] Increases Nuclear Challenge Time Limit --- code/game/gamemodes/nuclear/nuclear_challenge.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/game/gamemodes/nuclear/nuclear_challenge.dm b/code/game/gamemodes/nuclear/nuclear_challenge.dm index d3599db49b1..7ab4e51f56e 100644 --- a/code/game/gamemodes/nuclear/nuclear_challenge.dm +++ b/code/game/gamemodes/nuclear/nuclear_challenge.dm @@ -1,4 +1,4 @@ -#define CHALLENGE_TIME_LIMIT 3000 +#define CHALLENGE_TIME_LIMIT 6000 #define MIN_CHALLENGE_PLAYERS 50 #define CHALLENGE_SHUTTLE_DELAY 15000 //25 minutes, so the ops have at least 5 minutes before the shuttle is callable. @@ -45,4 +45,4 @@ #undef CHALLENGE_TIME_LIMIT #undef MIN_CHALLENGE_PLAYERS -#undef CHALLENGE_SHUTTLE_DELAY \ No newline at end of file +#undef CHALLENGE_SHUTTLE_DELAY From 526187046ea9fe9a6ce5523d73bb89108602c72f Mon Sep 17 00:00:00 2001 From: Robertha89 Date: Sun, 17 Jan 2016 13:07:17 +0100 Subject: [PATCH 2/3] adds changelog --- html/changelogs/PPI-patch-1.yml | 36 +++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 html/changelogs/PPI-patch-1.yml diff --git a/html/changelogs/PPI-patch-1.yml b/html/changelogs/PPI-patch-1.yml new file mode 100644 index 00000000000..5d8a8f4f520 --- /dev/null +++ b/html/changelogs/PPI-patch-1.yml @@ -0,0 +1,36 @@ +################################ +# Example Changelog File +# +# Note: This file, and files beginning with ".", and files that don't end in ".yml" will not be read. If you change this file, you will look really dumb. +# +# Your changelog will be merged with a master changelog. (New stuff added only, and only on the date entry for the day it was merged.) +# When it is, any changes listed below will disappear. +# +# Valid Prefixes: +# bugfix +# wip (For works in progress) +# tweak +# soundadd +# sounddel +# rscadd (general adding of nice things) +# rscdel (general deleting of nice things) +# imageadd +# imagedel +# spellcheck (typo fixes) +# experiment +################################# + +# Your name. Remove the quotation mark and put in your name when copy+pasting the example changelog. +author: PPI + +# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again. +delete-after: True + +# Any changes you've made. See valid prefix list above. +# INDENT WITH TWO SPACES. NOT TABS. SPACES. +# SCREW THIS UP AND IT WON'T WORK. +# Also, this gets changed to [] after reading. Just remove the brackets when you add new shit. +# Please surround your changes in double quotes ("). It works without them, but if you use certain characters it screws up compiling. The quotes will not show up in the changelog. +changes: + - rscdel: "Removes two minute limite for activate Nuclear Challenge as Nuke Ops Commander, after spawn." + - rscadd: "Adds a 7 minute time limit to activate the Nuclear Challenge as Nuke Ops Commander, after spawn." From 1191d44ea853b82db47682342a8849ed304fd18f Mon Sep 17 00:00:00 2001 From: Robertha89 Date: Sun, 17 Jan 2016 14:04:33 +0100 Subject: [PATCH 3/3] It's a tweak --- html/changelogs/PPI-patch-1.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/html/changelogs/PPI-patch-1.yml b/html/changelogs/PPI-patch-1.yml index 5d8a8f4f520..1be4b64c131 100644 --- a/html/changelogs/PPI-patch-1.yml +++ b/html/changelogs/PPI-patch-1.yml @@ -32,5 +32,4 @@ delete-after: True # Also, this gets changed to [] after reading. Just remove the brackets when you add new shit. # Please surround your changes in double quotes ("). It works without them, but if you use certain characters it screws up compiling. The quotes will not show up in the changelog. changes: - - rscdel: "Removes two minute limite for activate Nuclear Challenge as Nuke Ops Commander, after spawn." - - rscadd: "Adds a 7 minute time limit to activate the Nuclear Challenge as Nuke Ops Commander, after spawn." + - tweak: "Modifies the effective time limit to activate the Nuclear Challenge as Nukeops from two minutes to seven minutes"