From 776a49098f3b2a4716a2ee6a4ebec00a549003a3 Mon Sep 17 00:00:00 2001 From: Fox-McCloud Date: Thu, 5 May 2016 02:15:34 -0400 Subject: [PATCH] I is smart fox --- 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 5979fa48252..79109fc9aba 100644 --- a/nano/templates/slotmachine.tmpl +++ b/nano/templates/slotmachine.tmpl @@ -8,14 +8,14 @@ Used In File(s): /code/game/machinery/slotmachine.dm
Credits Remaining:
- {{:helper.string("
{1}
", data.money >= 5 ? "" : "bad", data.money)}} + {{:helper.string("
{1}
", data.money >= 10 ? "" : "bad", data.money)}}
Ten credits to play!
- {{:helper.link('SPIN!', 'refresh', {'ops' : 1}, data.money >= 5 && !data.working ? null : 'disabled')}} + {{:helper.link('SPIN!', 'refresh', {'ops' : 1}, data.money >= 10 && !data.working ? null : 'disabled')}}
{{if data.result}}