From dec7ef26add1cb41685f965a67c03e6772231c79 Mon Sep 17 00:00:00 2001 From: ZomgPonies Date: Mon, 18 Nov 2013 01:18:53 -0500 Subject: [PATCH] More turntable loops --- code/WorkInProgress/ZomgPonies/oldcode/turntable.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/WorkInProgress/ZomgPonies/oldcode/turntable.dm b/code/WorkInProgress/ZomgPonies/oldcode/turntable.dm index 2c0b1826a6d..5c2591cd241 100644 --- a/code/WorkInProgress/ZomgPonies/oldcode/turntable.dm +++ b/code/WorkInProgress/ZomgPonies/oldcode/turntable.dm @@ -33,8 +33,8 @@ //t += "On
" t += "Off

" t += "One
" - //t += "TestLoop2
" - //t += "TestLoop3
" + t += "TestLoop2
" + t += "TestLoop3
" user << browse(t, "window=turntable;size=420x700")