From 9fe54628aa56df483ecabb641a3179e8d41eba2d Mon Sep 17 00:00:00 2001 From: walmartcheapo Date: Sun, 16 Aug 2015 21:25:27 -0500 Subject: [PATCH 1/2] Admin OOC Color Changed all administrative OOC colors to be #003957. --- baystation12.int | 6 +++--- code/stylesheet.dm | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/baystation12.int b/baystation12.int index bcf311b6f0027..309e25da876fe 100644 --- a/baystation12.int +++ b/baystation12.int @@ -1,10 +1,10 @@ // BEGIN_INTERNALS /* MAP_ICON_TYPE: 0 -WINDOW: code\modules\admin\verbs\cleartoxin.dm;code\modules\clothing\spacesuits\spacesuits.dm;code\modules\economy\TradeDestinations.dm;code\modules\events\ion_storm.dm;code\modules\mob\living\silicon\ai\ai.dm;code\modules\mob\living\silicon\robot\robot.dm;code\global.dm;code\game\verbs\ooc.dm;code\world.dm;code\game\machinery\vending.dm;code\modules\admin\admin_verbs.dm +WINDOW: code\stylesheet.dm LAST_COMPILE_VERSION: 506.1247 -DIR: code code\game\machinery code\game\verbs code\modules code\modules\admin code\modules\admin\verbs code\modules\clothing code\modules\clothing\spacesuits code\modules\economy code\modules\events code\modules\mob code\modules\mob\living code\modules\mob\living\silicon code\modules\mob\living\silicon\ai code\modules\mob\living\silicon\robot -FILE: code\modules\admin\admin_verbs.dm +DIR: code code\game\machinery code\game\verbs code\modules code\modules\admin code\modules\admin\verbs code\modules\clothing code\modules\clothing\spacesuits code\modules\economy code\modules\events code\modules\mob code\modules\mob\living +FILE: code\stylesheet.dm LAST_COMPILE_TIME: 1439679616 AUTO_FILE_DIR: OFF */ diff --git a/code/stylesheet.dm b/code/stylesheet.dm index d42ac80b7c87f..50d48b991e1c1 100644 --- a/code/stylesheet.dm +++ b/code/stylesheet.dm @@ -20,10 +20,10 @@ em {font-style: normal;font-weight: bold;} .ooc .everyone {color: #002eb8;} .ooc .looc {color: #3A9696;} -.ooc .elevated {color: #2e78d9;} -.ooc .moderator {color: #184880;} -.ooc .developer {color: #1b521f;} -.ooc .admin {color: #b82e00;} +.ooc .elevated {color: #003957;} +.ooc .moderator {color: #003957;} +.ooc .developer {color: #003957;} +.ooc .admin {color: #003957;} /* Admin: Private Messages */ .pm .howto {color: #ff0000; font-weight: bold; font-size: 200%;} From bd5cee945cfa2c0bf90c3135d4655096cf975a0d Mon Sep 17 00:00:00 2001 From: walmartcheapo Date: Mon, 17 Aug 2015 00:41:23 -0500 Subject: [PATCH 2/2] Cryostorage Tweak Decreased the time it took for cryostorage to remove a player from the round from 30 minutes to 10 minutes. --- code/game/machinery/cryopod.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/machinery/cryopod.dm b/code/game/machinery/cryopod.dm index 337d57df8d29e..4fa9b50154c83 100644 --- a/code/game/machinery/cryopod.dm +++ b/code/game/machinery/cryopod.dm @@ -180,7 +180,7 @@ var/mob/occupant = null // Person waiting to be despawned. var/orient_right = null // Flips the sprite. - var/time_till_despawn = 18000 // 30 minutes-ish safe period before being despawned. + var/time_till_despawn = 6000 // 10 minutes-ish safe period before being despawned. var/time_entered = 0 // Used to keep track of the safe period. var/obj/item/device/radio/intercom/announce //