From 7f015440277e9559396d5a221d896cec69ffb612 Mon Sep 17 00:00:00 2001 From: MortalRed <98221723+MortalRed@users.noreply.github.com> Date: Thu, 23 Mar 2023 08:58:06 -0500 Subject: [PATCH] Cochlear Implant price reduction. (#16062) * I heard it through the grapevine * i swear I passed english class Co-authored-by: Fluffy <65877598+FluffyGhoster@users.noreply.github.com> --------- Co-authored-by: Fluffy <65877598+FluffyGhoster@users.noreply.github.com> --- .../loadout/loadout_augments.dm | 2 +- html/changelogs/MortalRed-ear-implant-fix.yml | 41 +++++++++++++++++++ 2 files changed, 42 insertions(+), 1 deletion(-) create mode 100644 html/changelogs/MortalRed-ear-implant-fix.yml diff --git a/code/modules/client/preference_setup/loadout/loadout_augments.dm b/code/modules/client/preference_setup/loadout/loadout_augments.dm index 987c6599bf5..d25a0c05811 100644 --- a/code/modules/client/preference_setup/loadout/loadout_augments.dm +++ b/code/modules/client/preference_setup/loadout/loadout_augments.dm @@ -92,7 +92,7 @@ description = "A synthetic replacement for the structures within the ear, allowing the user to hear without requiring external tools." path = /obj/item/organ/internal/augment/cochlear whitelisted = list(SPECIES_HUMAN, SPECIES_HUMAN_OFFWORLD, SPECIES_TAJARA, SPECIES_TAJARA_ZHAN, SPECIES_TAJARA_MSAI, SPECIES_SKRELL, SPECIES_SKRELL_AXIORI, SPECIES_IPC, SPECIES_IPC_G1, SPECIES_IPC_G2, SPECIES_IPC_XION, SPECIES_IPC_ZENGHU, SPECIES_IPC_BISHOP, SPECIES_IPC_SHELL, SPECIES_VAURCA_WORKER, SPECIES_VAURCA_WARRIOR, SPECIES_VAURCA_BULWARK, SPECIES_VAURCA_BREEDER, SPECIES_UNATHI) - cost = 3 + cost = 1 /datum/gear/augment/analyzer display_name = "retractable cyborg analyzer" diff --git a/html/changelogs/MortalRed-ear-implant-fix.yml b/html/changelogs/MortalRed-ear-implant-fix.yml new file mode 100644 index 00000000000..f0046aeccc2 --- /dev/null +++ b/html/changelogs/MortalRed-ear-implant-fix.yml @@ -0,0 +1,41 @@ +################################ +# Example Changelog File +# +# Note: This file, and files beginning with ".", and files that don't end in ".yml" will not be read. If you change this file, you will look really dumb. +# +# Your changelog will be merged with a master changelog. (New stuff added only, and only on the date entry for the day it was merged.) +# When it is, any changes listed below will disappear. +# +# Valid Prefixes: +# bugfix +# wip (For works in progress) +# tweak +# soundadd +# sounddel +# rscadd (general adding of nice things) +# rscdel (general deleting of nice things) +# imageadd +# imagedel +# maptweak +# spellcheck (typo fixes) +# experiment +# balance +# admin +# backend +# security +# refactor +################################# + +# Your name. +author: ImmortalRedshirt + +# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again. +delete-after: True + +# Any changes you've made. See valid prefix list above. +# INDENT WITH TWO SPACES. NOT TABS. SPACES. +# SCREW THIS UP AND IT WON'T WORK. +# Also, all entries are changed into a single [] after a master changelog generation. Just remove the brackets when you add new entries. +# Please surround your changes in double quotes ("), as certain characters otherwise screws up compiling. The quotes will not show up in the changelog. +changes: + - tweak: "The cochlear implant now costs only one point, like the other accessibility augments."