From f3b350e6d45c53fb5a7bf92241cfccae0bf6bac4 Mon Sep 17 00:00:00 2001 From: Alberyk Date: Fri, 19 Mar 2021 06:39:06 -0300 Subject: [PATCH] Fixes the tesla glove price (#11474) --- code/datums/uplink/highly visible and dangerous weapons.dm | 2 +- html/changelogs/alberyk-teslaglove.yml | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 html/changelogs/alberyk-teslaglove.yml diff --git a/code/datums/uplink/highly visible and dangerous weapons.dm b/code/datums/uplink/highly visible and dangerous weapons.dm index 530f853a8e7..1125d93fda0 100644 --- a/code/datums/uplink/highly visible and dangerous weapons.dm +++ b/code/datums/uplink/highly visible and dangerous weapons.dm @@ -121,7 +121,7 @@ /datum/uplink_item/item/visible_weapons/teslagauntlet name = "Tesla Glove" - item_cost = 10 + item_cost = 6 path = /obj/item/clothing/gloves/tesla /datum/uplink_item/item/visible_weapons/random_weapon diff --git a/html/changelogs/alberyk-teslaglove.yml b/html/changelogs/alberyk-teslaglove.yml new file mode 100644 index 00000000000..e3f6cd7e04e --- /dev/null +++ b/html/changelogs/alberyk-teslaglove.yml @@ -0,0 +1,7 @@ +author: Alberyk + +delete-after: True + +changes: + - bugfix: "The tesla glove now has the correct price on the uplink." +