mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 20:16:55 +01:00
Fixes Slot Machine UI Displayed Cost
This commit is contained in:
@@ -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')}}
|
||||
|
||||
Reference in New Issue
Block a user