From ab36512935be25a5869ce919262020f06d4df34a Mon Sep 17 00:00:00 2001 From: Tails2091 <40816748+Tails2091@users.noreply.github.com> Date: Thu, 23 Aug 2018 14:46:29 -0400 Subject: [PATCH] Removed My Useless Comment And formatted another loop... --- code/modules/flufftext/Hallucination.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/flufftext/Hallucination.dm b/code/modules/flufftext/Hallucination.dm index e3d139696c8..00e8166e94e 100644 --- a/code/modules/flufftext/Hallucination.dm +++ b/code/modules/flufftext/Hallucination.dm @@ -866,7 +866,7 @@ var/list/non_fakeattack_weapons = list(/obj/item/gun/projectile, /obj/item/ammo_ if(16) playsound_local(null, 'sound/items/Screwdriver.ogg', 15, 1) sleep(rand(10,30)) - for(var/i = rand(1,3), i>0, i--) //Can this be formatted? + for(var/i in 0 to rand(1,3)) playsound_local(null, 'sound/weapons/empty.ogg', 15, 1) sleep(rand(10,30)) playsound_local(null, 'sound/machines/airlockforced.ogg', 15, 1)