mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 04:51:32 +01:00
Gravity Adaptations Bioaug (#21532)
From the list of bioaugments requested by Schwann. https://docs.google.com/document/d/1SLbll969PyJ_H9J1LP8cmdso9OMozUc8MGOVZkY4HbE/mobilebasic Gravity Adaptations are a bioaugment that serves as an implanted alternative to legbraces, which grant the same effect. These are unique to Galatean Offworlders in the same vein as legbraces being unique to offworlders. They also essentially have the same effect, making the offworlder immune to the effects of "Gravity Weakness". To make this work, I refactored the gravity weakness mechanic to operate via a signal, which has a shared response between legbraces and gravity adaptations. This "Cancelable signal" pattern is going to be fairly common going forwards as I refactor a variety of systems to allow far greater degrees of unique interactions, without the need of hardcoding said interactions at the source. <img width="797" height="84" alt="image" src="https://github.com/user-attachments/assets/01622f2b-56a1-4fb8-ae43-d78afd35f3b5" /> <img width="935" height="91" alt="image" src="https://github.com/user-attachments/assets/309bbc66-d6aa-44b1-9a59-64f7fc800c90" /> <img width="617" height="259" alt="image" src="https://github.com/user-attachments/assets/81a1f973-b1af-45c1-8373-05549fde286a" /> I have tested this PR and have verified in my dev environment that it works as advertised.
This commit is contained in:
@@ -323,6 +323,14 @@
|
||||
whitelisted = list(SPECIES_HUMAN, SPECIES_HUMAN_OFFWORLD)
|
||||
cost = 2
|
||||
|
||||
/datum/gear/augment/gravity_adaptations
|
||||
display_name = "Gravity Adaptations"
|
||||
description = "A suite of chemical glands, tailored genetic therapies, and skeletal reinforcements that are aimed towards Galatean Off-worlders. These bioaugmentations serve to eliminate the weakness experienced by Off-worlders in standard terrestrial gravity."
|
||||
path = /obj/item/organ/internal/augment/bioaug/gravity_adaptations
|
||||
origin_restriction = list(/singleton/origin_item/origin/galatea)
|
||||
whitelisted = list(SPECIES_HUMAN_OFFWORLD)
|
||||
cost = 1
|
||||
|
||||
/datum/gear/augment/mind_blanker
|
||||
display_name = "Galatean Mind Blanker"
|
||||
description = "A small, discrete organ attached near the base of the brainstem. Any attempt to read the mind of an individual with this augment installed will fail, as will attempts at psychic brainwashing."
|
||||
|
||||
Reference in New Issue
Block a user