|
@@ -130,8 +130,8 @@ if $ARGS[0] = 'start':
|
|
|
|
|
|
if portion <= 0:portion = 1
|
|
|
|
|
|
- if portion*100 <= money:
|
|
|
- prezik = prezik + portion*5
|
|
|
+ if portion * 100 <= money:
|
|
|
+ prezik = prezik + portion * 5
|
|
|
minut += 5 + (portion / 5)
|
|
|
money -= portion * 100
|
|
|
'<center><img src="images/etogame/kassa.jpg"></center>'
|