mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-27 06:00:23 +01:00
Medical Allergies (#19400)
* curse of medical * no benefit * fix that * fix * small fixes * small tweaks * fix * fix --------- Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
@@ -102,7 +102,7 @@
|
||||
subdata["sintering"] = SSinternal_wiki.assemble_sintering(GLOB.reagent_sheets[R.id])
|
||||
subdata["overdose"] = R.overdose
|
||||
subdata["flavor"] = R.taste_description
|
||||
subdata["allergen"] = SSinternal_wiki.assemble_allergens(R.allergen_type)
|
||||
subdata["allergen"] = SSinternal_wiki.assemble_allergens(R.allergen_type, R.medallergen_type)
|
||||
subdata["beakerAmount"] = found_reagents[ID]
|
||||
total_vol += found_reagents[ID]
|
||||
SSinternal_wiki.assemble_reaction_data(subdata, R)
|
||||
|
||||
Reference in New Issue
Block a user