Merge branch 'master' into TG-sync-testing

This commit is contained in:
deathride58
2018-02-03 01:52:44 +00:00
committed by GitHub
2 changed files with 3 additions and 5 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