Merge branch 'TG-sync-testing' of https://github.com/Citadel-Station-13/Citadel-Station-13 into TG-sync-testing

This commit is contained in:
Poojawa
2018-02-03 06:24:31 -06:00
3 changed files with 4 additions and 6 deletions
@@ -25476,8 +25476,8 @@
/area/quartermaster/sorting)
"bml" = (
/obj/machinery/mineral/ore_redemption{
input_dir = 4;
output_dir = 8
input_dir = 8;
output_dir = 4
},
/obj/machinery/door/firedoor,
/obj/machinery/door/window/eastleft{
+1 -3
View File
@@ -546,9 +546,7 @@
plane = SPLASHSCREEN_PLANE
var/client/holder
INITIALIZE_IMMEDIATE(/obj/screen/splash)
/obj/screen/splash/Initialize(client/C, visible, use_previous_title)
/obj/screen/splash/New(client/C, visible, use_previous_title) //TODO: Make this use INITIALIZE_IMMEDIATE, except its not easy
. = ..()
holder = C
+1 -1
View File
@@ -201,7 +201,7 @@ SUBSYSTEM_DEF(ticker)
check_queue()
check_maprotate()
scripture_states = scripture_unlock_alert(scripture_states)
SSshuttle.autoEnd()
//SSshuttle.autoEnd()
if(!roundend_check_paused && mode.check_finished(force_ending) || force_ending)
current_state = GAME_STATE_FINISHED