From bed28dcd4922d369cc5459597d748f95a657a8bf Mon Sep 17 00:00:00 2001 From: Frenjo <2939692+Frenjo@users.noreply.github.com> Date: Sun, 28 Aug 2022 21:47:54 +0100 Subject: [PATCH] Resets phase pistol cost Resets the loadout point cost of phase pistols from 4 -> 5 after discussion with the person who originally set them to that value. --- .../client/preference_setup/loadout/loadout_contraband.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/client/preference_setup/loadout/loadout_contraband.dm b/code/modules/client/preference_setup/loadout/loadout_contraband.dm index 943ef577b8..f2ec38a96f 100644 --- a/code/modules/client/preference_setup/loadout/loadout_contraband.dm +++ b/code/modules/client/preference_setup/loadout/loadout_contraband.dm @@ -44,7 +44,7 @@ display_name = "phase pistol" description = "A phase pistol designed for handling the typical wildlife found on Sif. Not particularly effective against anything else..." path = /obj/item/gun/energy/phasegun/pistol - cost = 4 + cost = 5 /datum/gear/contraband/knives /// Steel by default display_name = "knife selection"