diff --git a/code/modules/client/preference_setup/loadout/items/augments.dm b/code/modules/client/preference_setup/loadout/items/augments.dm index ad9ed661cde..31086c68a89 100644 --- a/code/modules/client/preference_setup/loadout/items/augments.dm +++ b/code/modules/client/preference_setup/loadout/items/augments.dm @@ -267,5 +267,5 @@ path = /obj/item/organ/internal/augment/language/vekatak 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_UNATHI) faction = "Private Military Contracting Group" - cost = 3 + cost = 4 allowed_roles = list("Physician", "Surgeon", "Pharmacist", "First Responder", "Psychiatrist", "Medical Intern", "Medical Personnel", "Security Officer", "Warden", "Security Cadet", "Investigator", "Security Personnel", "Corporate Liaison", "Assistant", "Off-Duty Crew Member") diff --git a/html/changelogs/DreamySkrell-hivenet-aug-cost-tweak.yml b/html/changelogs/DreamySkrell-hivenet-aug-cost-tweak.yml deleted file mode 100644 index b4fd9037f06..00000000000 --- a/html/changelogs/DreamySkrell-hivenet-aug-cost-tweak.yml +++ /dev/null @@ -1,7 +0,0 @@ - -author: DreamySkrell - -delete-after: True - -changes: - - rscadd: "Hivenet aug loadout cost changed from 4 to 3."