Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions baystation12.int
Original file line number Diff line number Diff line change
@@ -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
*/
Expand Down
2 changes: 1 addition & 1 deletion code/game/machinery/cryopod.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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 //

Expand Down
8 changes: 4 additions & 4 deletions code/stylesheet.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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%;}
Expand Down