From 5c97214b978aa3b64c651a3c17d1bd4ab40d99ba Mon Sep 17 00:00:00 2001 From: cib Date: Sun, 20 Jan 2013 18:54:29 +0100 Subject: [PATCH] Removed an instance of spawning space ninjas I overlooked. This one would cause a space ninja to be spawned on every round, 6 minutes in. --- code/game/gamemodes/events.dm | 3 --- 1 file changed, 3 deletions(-) diff --git a/code/game/gamemodes/events.dm b/code/game/gamemodes/events.dm index 8b338e0b96..591736f711 100644 --- a/code/game/gamemodes/events.dm +++ b/code/game/gamemodes/events.dm @@ -21,9 +21,6 @@ // Doesn't necessarily trigger an event, but might. Returns 1 if it did. /proc/event() event = 1 - if(!sent_ninja_to_station) - choose_space_ninja() - return var/minutes_passed = world.time/600