From 890ab86b0513ca1dab736deabb70ae8cc8c0f7f1 Mon Sep 17 00:00:00 2001 From: Tastyfish Date: Thu, 10 Dec 2015 18:34:48 -0500 Subject: [PATCH] slight tweak to slot machine template --- nano/templates/slotmachine.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nano/templates/slotmachine.tmpl b/nano/templates/slotmachine.tmpl index 980bea6dcba..dd0e29b42ea 100644 --- a/nano/templates/slotmachine.tmpl +++ b/nano/templates/slotmachine.tmpl @@ -11,10 +11,10 @@ Used In File(s): /code/game/machinery/slotmachine.dm {{:helper.string("
{1}
", data.money >= 5 ? "" : "bad", data.money)}}
-
+
Five credits to play!
-
+
{{:helper.link('SPIN!', 'arrowrefresh-1-s', {'ops' : 1}, data.money >= 5 && !data.working ? null : 'disabled')}}