From 119475c03140ccf7bfa05094051e622c146236ac Mon Sep 17 00:00:00 2001 From: WickedCybs <52309324+WickedCybs@users.noreply.github.com> Date: Sun, 12 Sep 2021 12:29:00 -0600 Subject: [PATCH] Tesla Spine Price Reduction (#12478) --- .../client/preference_setup/loadout/loadout_xeno/tajara.dm | 2 +- html/changelogs/wickedcybs_tesla.yml | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 html/changelogs/wickedcybs_tesla.yml diff --git a/code/modules/client/preference_setup/loadout/loadout_xeno/tajara.dm b/code/modules/client/preference_setup/loadout/loadout_xeno/tajara.dm index 1cdb44ab750..19fc7c1259c 100644 --- a/code/modules/client/preference_setup/loadout/loadout_xeno/tajara.dm +++ b/code/modules/client/preference_setup/loadout/loadout_xeno/tajara.dm @@ -247,7 +247,7 @@ display_name = "tesla spine" description = "A People's Republic of Adhomai made tesla spine issued to disabled veterans and civilians." path = /obj/item/organ/internal/augment/tesla - cost = 4 + cost = 2 whitelisted = list(SPECIES_TAJARA, SPECIES_TAJARA_ZHAN, SPECIES_TAJARA_MSAI) sort_category = "Xenowear - Tajara" diff --git a/html/changelogs/wickedcybs_tesla.yml b/html/changelogs/wickedcybs_tesla.yml new file mode 100644 index 00000000000..ff56729347b --- /dev/null +++ b/html/changelogs/wickedcybs_tesla.yml @@ -0,0 +1,6 @@ +author: WickedCybs + +delete-after: True + +changes: + - tweak: "The tesla spine cost has been reduced from four loadout points to two." \ No newline at end of file