forked from Baystation12/Baystation12
-
Notifications
You must be signed in to change notification settings - Fork 75
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f99ac23
commit 6d9667d
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
author: emmanuelbassil | ||
changes: | ||
- {rscadd: Adds ability to select minor or severe allergies to selected reagents | ||
in character setup screen.} | ||
- {rscadd: Adds Allergy autoinjectors in loadout; can only be equipped if character | ||
has an allergy. Contains inaprovaline and epinephrine.} | ||
- {rscadd: Minor allergies cause itching and resolve on their own with time. Can | ||
also be resolved with inaprovaline.} | ||
- {rscadd: 'Major allergies cause breathing problems, do not resolve on their own. | ||
Require inaprovaline for stabilization and epinephrine to reverse the reaction.'} | ||
- {rscadd: Medical records automatically populate with allergies selected in setup | ||
screen.} | ||
- {tweak: Can now set specific traits as requirements for loadout items; currently | ||
only used for allergy autoinjectors.} | ||
- {admin: Adds verbs in mob variable panel to add/remove traits} | ||
delete-after: true |