From 2ef31cc6e47406ab2dee49b3882652879f0eac47 Mon Sep 17 00:00:00 2001 From: PopeDaveThe3th <80988376+PopeDaveThe3th@users.noreply.github.com> Date: Thu, 20 Jun 2024 07:38:20 -0400 Subject: [PATCH] spikethrower price decrease (#25872) --- code/datums/uplink_items/uplink_traitor.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/datums/uplink_items/uplink_traitor.dm b/code/datums/uplink_items/uplink_traitor.dm index 2fa237fac10..9e821b15e31 100644 --- a/code/datums/uplink_items/uplink_traitor.dm +++ b/code/datums/uplink_items/uplink_traitor.dm @@ -351,7 +351,7 @@ desc = "An energy based weapon that launches high velocity plasma spikes. These spikes hit with enough force to knock the target down and leave a nasty wound." reference = "STG" item = /obj/item/gun/energy/spikethrower - cost = 60 + cost = 50 species = list("Vox") surplus = 0