mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-10 18:02:57 +00:00
Huge atmos nerf, tweak buff (#32285)
It's not that different from other subsystems to justify the huge extra point cost, and the people who make atmos related changes have attained a great number of points. Tweak is for small things that shouldn't affect the point balance either way
This commit is contained in:
committed by
CitadelStationBot
parent
673b784f17
commit
c3fab199be
@@ -456,13 +456,11 @@ function get_pr_code_friendliness($payload, $oldbalance = null){
|
|||||||
'Grammar and Formatting' => 1,
|
'Grammar and Formatting' => 1,
|
||||||
'Priority: High' => 4,
|
'Priority: High' => 4,
|
||||||
'Priority: CRITICAL' => 5,
|
'Priority: CRITICAL' => 5,
|
||||||
'Atmospherics' => 4,
|
|
||||||
'Logging' => 1,
|
'Logging' => 1,
|
||||||
'Feedback' => 1,
|
'Feedback' => 1,
|
||||||
'Performance' => 3,
|
'Performance' => 3,
|
||||||
'Feature' => -1,
|
'Feature' => -1,
|
||||||
'Balance/Rebalance' => -1,
|
'Balance/Rebalance' => -1,
|
||||||
'Tweak' => -1,
|
|
||||||
'PRB: Reset' => $startingPRBalance - $oldbalance,
|
'PRB: Reset' => $startingPRBalance - $oldbalance,
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user