mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-08-24 21:26:38 +01:00
* Grant science points for TETRIS machine This commit updates the T.E.T.R.I.S. arcade machine to grant science points based on the score achieved in the game, if the player was employed as a scientist or research director. * Tetris machine overhaul This commit makes the following changes to TETRIS - Adds a one minute cooldown for rewards - Sanitize input for score - Limit max score to 100,000 - Limit max prizes to 5 - Limit max research points to 10,000 - Warn admins if score exceeds set threshold - Check ID card access instead of mind job - Display separate messages for score and scientist points - Display different message if no reward is vended - Undefine defined defines * Add TETRIS to Sandstorm balance config Adds configuration values to the TETRIS arcade machine based on the previously used defines. Adds new configuration for producing science points and max number of prizes. * Use defines for TETRIS cooldowns Converts the TETRIS machine world time cooldowns to use defines instead of direct definitions. * Remove redundant TETRIS variables Removes redundant icon, icon_state, and light_color variables from the TETRIS arcade machine.