mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-08-30 08:07:03 +01:00
Revert non-modular TETRIS edits
This commit reverts non-modular edits to the TETRIS arcade machine to maintain parity with upstream edits.
This commit is contained in:
@@ -18,9 +18,6 @@
|
||||
var/temp_score = text2num(href_list["tetrisScore"])
|
||||
say("YOUR SCORE: [temp_score]!")
|
||||
var/reward = round(temp_score/REWARD_DIVISOR)
|
||||
message_admins("[ADMIN_LOOKUPFLW(usr)] used [src] with score [temp_score] and total_rewards [reward]!!!")
|
||||
if(reward > 5)
|
||||
reward = 4
|
||||
prizevend(usr, reward)
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user