From 05e636dd8ab54084abbc15c788b69adab3542791 Mon Sep 17 00:00:00 2001 From: Fira Date: Fri, 17 Nov 2023 00:35:16 +0000 Subject: [PATCH] unscrews ASRS buget. woops. --- code/game/supplyshuttle.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/supplyshuttle.dm b/code/game/supplyshuttle.dm index 3f5db7724744..12fb7d0dc5e1 100644 --- a/code/game/supplyshuttle.dm +++ b/code/game/supplyshuttle.dm @@ -372,7 +372,7 @@ var/datum/controller/supply/supply_controller = new() /// Current supply points var/points = 0 /// Multiplier to the amount of points awarded based on marine scale - var/points_scale = 90 + var/points_scale = 120 var/points_per_process = 1.5 var/points_per_slip = 1 var/points_per_crate = 2