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