From 6e192341f26cf8e3770c3b77824f6ba40809bd9a Mon Sep 17 00:00:00 2001 From: LankLTE <135308300+LankLTE@users.noreply.github.com> Date: Thu, 10 Aug 2023 20:04:49 -0700 Subject: [PATCH] Removes Spaceacillin (#18979) * Removes spaceacillin * this game blows --- .../Locale/en-US/reagents/meta/medicine.ftl | 3 --- .../Catalog/Fills/Backpacks/duffelbag.yml | 1 - .../Catalog/Fills/Items/firstaidkits.yml | 2 -- .../Objects/Specific/Medical/healing.yml | 13 ------------- Resources/Prototypes/Reagents/medicine.yml | 16 ---------------- .../Prototypes/Recipes/Cooking/meal_recipes.yml | 2 +- .../Prototypes/Recipes/Reactions/medicine.yml | 10 ---------- Resources/migration.yml | 3 +++ 8 files changed, 4 insertions(+), 46 deletions(-) diff --git a/Resources/Locale/en-US/reagents/meta/medicine.ftl b/Resources/Locale/en-US/reagents/meta/medicine.ftl index ed9324d6b0..93522acada 100644 --- a/Resources/Locale/en-US/reagents/meta/medicine.ftl +++ b/Resources/Locale/en-US/reagents/meta/medicine.ftl @@ -64,9 +64,6 @@ reagent-desc-pulped-banana-peel = Pulped banana peels have some effectiveness ag reagent-name-siderlac = siderlac reagent-desc-siderlac = A powerful anti-caustic medicine derived from plants. -reagent-name-spaceacillin = spaceacillin -reagent-desc-spaceacillin = A theta-lactam antibiotic, effective against space diseases. Side-effects may include cancer. Phalanximine is recommended after ingestion. - reagent-name-stellibinin = stellibinin reagent-desc-stellibinin = A natual anti-toxin with particular effectiveness against amatoxin. diff --git a/Resources/Prototypes/Catalog/Fills/Backpacks/duffelbag.yml b/Resources/Prototypes/Catalog/Fills/Backpacks/duffelbag.yml index 5396f3f6ad..e6179d9269 100644 --- a/Resources/Prototypes/Catalog/Fills/Backpacks/duffelbag.yml +++ b/Resources/Prototypes/Catalog/Fills/Backpacks/duffelbag.yml @@ -317,5 +317,4 @@ amount: 3 - id: ClothingHandsGlovesLatex - id: SyringeTranexamicAcid - - id: SyringeSpaceacillin - id: SyringeHyronalin diff --git a/Resources/Prototypes/Catalog/Fills/Items/firstaidkits.yml b/Resources/Prototypes/Catalog/Fills/Items/firstaidkits.yml index 9ac4e896e1..9aab4ce408 100644 --- a/Resources/Prototypes/Catalog/Fills/Items/firstaidkits.yml +++ b/Resources/Prototypes/Catalog/Fills/Items/firstaidkits.yml @@ -53,8 +53,6 @@ components: - type: StorageFill contents: - - id: SyringeSpaceacillin - amount: 2 - id: SyringeIpecac amount: 2 - id: AntiPoisonMedipen diff --git a/Resources/Prototypes/Entities/Objects/Specific/Medical/healing.yml b/Resources/Prototypes/Entities/Objects/Specific/Medical/healing.yml index 55e31d827b..7835f2f40f 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/Medical/healing.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/Medical/healing.yml @@ -460,19 +460,6 @@ - ReagentId: TranexamicAcid Quantity: 15 -- type: entity - name: spaceacillin syringe - parent: BaseSyringe - id: SyringeSpaceacillin - components: - - type: SolutionContainerManager - solutions: - injector: - maxVol: 15 - reagents: - - ReagentId: Spaceacillin - Quantity: 15 - - type: entity name: bicaridine syringe parent: BaseSyringe diff --git a/Resources/Prototypes/Reagents/medicine.yml b/Resources/Prototypes/Reagents/medicine.yml index f78e11a294..3141cdf590 100644 --- a/Resources/Prototypes/Reagents/medicine.yml +++ b/Resources/Prototypes/Reagents/medicine.yml @@ -637,22 +637,6 @@ types: Caustic: -5 -- type: reagent - id: Spaceacillin - name: reagent-name-spaceacillin - group: Medicine - desc: reagent-desc-spaceacillin - physicalDesc: reagent-physical-desc-opaque - flavor: medicine - color: "#9942f5" - metabolisms: - Medicine: - effects: - - !type:HealthChange - damage: - types: - Cellular: 0.5 - - type: reagent id: Stellibinin name: reagent-name-stellibinin diff --git a/Resources/Prototypes/Recipes/Cooking/meal_recipes.yml b/Resources/Prototypes/Recipes/Cooking/meal_recipes.yml index 0b26f65dcc..6f810d8697 100644 --- a/Resources/Prototypes/Recipes/Cooking/meal_recipes.yml +++ b/Resources/Prototypes/Recipes/Cooking/meal_recipes.yml @@ -1515,7 +1515,7 @@ MaterialCloth1: 1 reagents: TranexamicAcid: 50 - Spaceacillin: 50 + Cryptobiolin: 50 - type: microwaveMealRecipe id: RecipeRegenerativeMesh diff --git a/Resources/Prototypes/Recipes/Reactions/medicine.yml b/Resources/Prototypes/Recipes/Reactions/medicine.yml index 57f7e3fc88..b13855b3c6 100644 --- a/Resources/Prototypes/Recipes/Reactions/medicine.yml +++ b/Resources/Prototypes/Recipes/Reactions/medicine.yml @@ -359,16 +359,6 @@ products: Siderlac: 2 -- type: reaction - id: Spaceacillin - reactants: - Cryptobiolin: - amount: 1 - Inaprovaline: - amount: 1 - products: - Spaceacillin: 2 - - type: reaction id: Cognizine reactants: diff --git a/Resources/migration.yml b/Resources/migration.yml index b738e36736..4d2ded4a8a 100644 --- a/Resources/migration.yml +++ b/Resources/migration.yml @@ -161,3 +161,6 @@ MountainRockMining: AsteroidRockMining # 2023-08-08 WindowTintedDirectional: WindowFrostedDirectional + +# 2023-08-10 +SyringeSpaceacillin: null \ No newline at end of file