From 23e332e0e7b0e8ca20eec2d20ca63f1f1354faec Mon Sep 17 00:00:00 2001 From: Timfa Date: Mon, 24 Feb 2025 01:21:05 +0100 Subject: [PATCH 1/2] Allow Tricordrazine to Heal Minor Accidental Exposures (#1840) # Description As requested in Goob: https://discord.com/channels/1323488536501944350/1323488538750353442/1343047906114011167 this allows Tricordrazine to heal _very minor_ amounts of radiation poisoning. The use case: I walked past a Borg with a micro-RTG and the medibot won't stop bugging me because it doesn't know it can't help. With this change it _can_ help, but it's really only viable for small amounts. Ordinarily, in these small amounts of damage (10-12 tops), it was a hassle to make appropriate radiation medicine for; a lot of effort for only a tiny problem. This apparently caused annoyance, and this change will both make Tricordrazine a tiny bit more useful and lessen the aforementioned problem. --- # Changelog :cl: - tweak: Tweaked Tricordrazine to heal MINOR amounts of radiation damage. This includes Medibots. If it's more than a teeny tiny amount, go to medical! This also alleviates the issue where the medibot keeps pestering you about the 0.1 rad damage because it thinks it can heal it, while the medicine it'll inject (before this change) didn't actually do anything. --- Resources/Prototypes/Reagents/medicine.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/Resources/Prototypes/Reagents/medicine.yml b/Resources/Prototypes/Reagents/medicine.yml index 0e83a6dd212..358dc3b6a9f 100644 --- a/Resources/Prototypes/Reagents/medicine.yml +++ b/Resources/Prototypes/Reagents/medicine.yml @@ -781,6 +781,7 @@ Brute: -1 types: Poison: -0.5 ##Should be about what it was when it healed the toxin group + Radiation: -0.15 ##Should really only heal minor accidental exposures Heat: -0.5 Shock: -0.5 Cold: -0.5 # Was .33, Buffed due to limb damage changes From 8f5f69902afacf6ff285cb53635fd38be9f67113 Mon Sep 17 00:00:00 2001 From: SimpleStation Changelogs Date: Mon, 24 Feb 2025 00:21:39 +0000 Subject: [PATCH 2/2] Automatic Changelog Update (#1840) --- Resources/Changelog/Changelog.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 362452a2fde..dd3c1d2dcee 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -12038,3 +12038,15 @@ Entries: id: 6880 time: '2025-02-22T18:08:01.0000000+00:00' url: https://github.com/Simple-Station/Einstein-Engines/pull/1838 +- author: Timfa2112 + changes: + - type: Tweak + message: >- + Tweaked Tricordrazine to heal MINOR amounts of radiation damage. This + includes Medibots. If it's more than a teeny tiny amount, go to medical! + This also alleviates the issue where the medibot keeps pestering you + about the 0.1 rad damage because it thinks it can heal it, while the + medicine it'll inject (before this change) didn't actually do anything. + id: 6881 + time: '2025-02-24T00:21:05.0000000+00:00' + url: https://github.com/Simple-Station/Einstein-Engines/pull/1840