From 1a8b9492f1af40724dced02616979ae3471cfa01 Mon Sep 17 00:00:00 2001 From: Matt Atlas Date: Fri, 14 Jun 2024 17:11:41 +0200 Subject: [PATCH] Revert " Hivenet aug loadout cost tweak" (#19452) not wanted by vaurca lore and mistakenly merged --- .../client/preference_setup/loadout/items/augments.dm | 2 +- html/changelogs/DreamySkrell-hivenet-aug-cost-tweak.yml | 7 ------- 2 files changed, 1 insertion(+), 8 deletions(-) delete mode 100644 html/changelogs/DreamySkrell-hivenet-aug-cost-tweak.yml 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."