Merge branch 'TG-sync-testing' of https://github.com/Citadel-Station-13/Citadel-Station-13 into TG-sync-testing
This commit is contained in:
@@ -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{
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user