diff --git a/monkestation/code/modules/and_roll_credits/_credits.dm b/monkestation/code/modules/and_roll_credits/_credits.dm index 10d325940757..6ea0060d6c35 100644 --- a/monkestation/code/modules/and_roll_credits/_credits.dm +++ b/monkestation/code/modules/and_roll_credits/_credits.dm @@ -71,6 +71,10 @@ for(var/I in credit_order_for_this_round) if(!credits) return + if(istype(I, /obj/effect/title_card_object)) //huge image sleep + sleep(CREDIT_SPAWN_SPEED * 3.3) + count = 0 + _credits += new /atom/movable/screen/credit(null, I, src) if(istype(I, /atom/movable/screen/map_view/char_preview)) count++ if(count >= 8) @@ -79,10 +83,6 @@ if(!istype(I, /atom/movable/screen/map_view/char_preview)) sleep(CREDIT_SPAWN_SPEED) count = 0 - if(istype(I, /obj/effect/title_card_object)) //huge image sleep - sleep(CREDIT_SPAWN_SPEED * 3.3) - count = 0 - _credits += new /atom/movable/screen/credit(null, I, src) sleep(CREDIT_ROLL_SPEED - CREDIT_SPAWN_SPEED) remove_verb(src, /client/proc/ClearCredits) diff --git a/monkestation/code/modules/and_roll_credits/credits_subsystem.dm b/monkestation/code/modules/and_roll_credits/credits_subsystem.dm index 0323a3d76e64..5fca4be9a21a 100644 --- a/monkestation/code/modules/and_roll_credits/credits_subsystem.dm +++ b/monkestation/code/modules/and_roll_credits/credits_subsystem.dm @@ -58,7 +58,7 @@ SUBSYSTEM_DEF(credits) appereance.update_body() appereance.maptext_width = 120 appereance.maptext_y = -8 - appereance.maptext_x = 60 + appereance.maptext_x = -60 appereance.maptext = "