From 7571caeb629d421d2a012afcfddca02433ad2da8 Mon Sep 17 00:00:00 2001 From: Jon Date: Mon, 22 Oct 2018 20:14:12 +0100 Subject: [PATCH] Fixes the runtime error. oops. --- code/game/gamemodes/events/dust.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/gamemodes/events/dust.dm b/code/game/gamemodes/events/dust.dm index ed2c690598..9ff4d7494d 100644 --- a/code/game/gamemodes/events/dust.dm +++ b/code/game/gamemodes/events/dust.dm @@ -31,7 +31,7 @@ The "dust" will damage the hull of the station causin minor hull breaches. // just bombard the ship with little pellets at a drastically huge number. // Along with the fact that shields can BLOCK THE DUST!!! - Jon - spawn_meteors(numbers, /obj/effect/meteor/dust) + spawn_meteors(numbers, meteors_dust) return