Tweaks to Orion and Battle arcades ticket amounts (#22435)

* reward tweaks

* rand amount of prize

* no more random

* even more tweaks
This commit is contained in:
Henri215
2023-09-20 20:22:45 -04:00
committed by GitHub
parent 7ccf549c23
commit 0836c7ff0e
+2 -3
View File
@@ -190,8 +190,7 @@
emagged = FALSE
else
SSblackbox.record_feedback("tally", "arcade_status", 1, "win_normal")
var/score = player_hp + player_mp + 5
prizevend(score)
prizevend(35)
else if(emagged && (turtle >= 4))
var/boomamt = rand(5,10)
@@ -956,7 +955,7 @@
message_admins("[key_name_admin(usr)] made it to Orion on an emagged machine and got an explosive toy ship.")
log_game("[key_name(usr)] made it to Orion on an emagged machine and got an explosive toy ship.")
else
var/score = alive + round(food/2) + round(fuel/5) + engine + hull + electronics - lings_aboard
var/score = 10 * (alive - lings_aboard) + 5 * (engine + hull + electronics)
prizevend(score)
emagged = FALSE
name = "The Orion Trail"