mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-28 06:27:26 +01:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user