Fixes Slot Machine UI Displayed Cost

This commit is contained in:
Fox-McCloud
2016-05-05 02:11:03 -04:00
parent 5115967fc7
commit 525dec3e04
+1 -1
View File
@@ -12,7 +12,7 @@ Used In File(s): /code/game/machinery/slotmachine.dm
</div>
<div class="item">
<div class="statusLabel">
Five credits to play!
Ten credits to play!
</div>
<div class="statusValue">
{{:helper.link('SPIN!', 'refresh', {'ops' : 1}, data.money >= 5 && !data.working ? null : 'disabled')}}