From f215b56252d03cddc0318f2f452997e845f2981b Mon Sep 17 00:00:00 2001 From: AffectedArc07 Date: Tue, 30 Jun 2020 15:13:53 +0100 Subject: [PATCH] Out with the old --- nano/templates/slotmachine.tmpl | 34 --------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 nano/templates/slotmachine.tmpl diff --git a/nano/templates/slotmachine.tmpl b/nano/templates/slotmachine.tmpl deleted file mode 100644 index bf84e9969ae..00000000000 --- a/nano/templates/slotmachine.tmpl +++ /dev/null @@ -1,34 +0,0 @@ - -{{if data.money != null}} -
- {{:data.plays}} players have tried their luck today! -
-
-
Credits Remaining:
- {{:helper.string("
{1}
", data.money >= 10 ? "" : "bad", helper.smoothRound(data.money))}} -
-
-
- Ten credits to play! -
-
- {{:helper.link('SPIN!', 'refresh', {'ops' : 1}, data.money >= 10 && !data.working ? null : 'disabled')}} -
-
- {{if data.result}} -
- {{:data.result}} -
- {{/if}} - {{if data.working}} -
Spinning!
- {{/if}} -{{else}} -
- Could not scan your card or could not find account!
- Please wear or hold your ID and try again. -
-{{/if}}