From 9fba1e237cd773f6d2cbd0fcbafa11bb24b6c49f Mon Sep 17 00:00:00 2001 From: alex-gh Date: Sun, 24 Nov 2013 05:16:18 +0100 Subject: [PATCH] Nuke cinematic crashfix try Nr. 1 --- code/game/gamemodes/gameticker.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/game/gamemodes/gameticker.dm b/code/game/gamemodes/gameticker.dm index 9592aa30c9c..49e7e36c438 100644 --- a/code/game/gamemodes/gameticker.dm +++ b/code/game/gamemodes/gameticker.dm @@ -179,6 +179,7 @@ var/global/datum/controller/gameticker/ticker //initialise our cinematic screen object cinematic = new(src) + sleep(100) cinematic.icon = 'icons/effects/station_explosion.dmi' cinematic.icon_state = "station_intact" cinematic.layer = 20