From df1117b5d2f39ea03f6ede28da345c8517b7f427 Mon Sep 17 00:00:00 2001 From: cib Date: Tue, 11 Dec 2012 13:05:22 +0100 Subject: [PATCH] Another compile fix. --- code/game/gamemodes/events.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/gamemodes/events.dm b/code/game/gamemodes/events.dm index df9c04202cd..5d984c7a127 100644 --- a/code/game/gamemodes/events.dm +++ b/code/game/gamemodes/events.dm @@ -58,7 +58,7 @@ if(!prob(chance * eventchance)) return 0 - switch() + switch(picked_event) if("Meteor") command_alert("Meteors have been detected on collision course with the station.", "Meteor Alert") world << sound('sound/AI/meteors.ogg')