mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 19:52:40 +00:00
[MIRROR] Allergic Reaction Element (And direct_say proc) (#11359)
Co-authored-by: Will <7099514+Willburd@users.noreply.github.com> Co-authored-by: C.L. <killer65311@gmail.com>
This commit is contained in:
committed by
GitHub
parent
dd89859bba
commit
f94efe06a4
@@ -420,12 +420,10 @@ SUBSYSTEM_DEF(internal_wiki)
|
||||
allergies.Add("Stimulant")
|
||||
if(allergens & ALLERGEN_CHOCOLATE)
|
||||
allergies.Add("Chocolate")
|
||||
/* Downstream features
|
||||
if(allergens & ALLERGEN_POLLEN)
|
||||
allergies.Add("Pollen")
|
||||
if(allergens & ALLERGEN_SALT)
|
||||
allergies.Add("Salt")
|
||||
*/
|
||||
return allergies
|
||||
return null
|
||||
|
||||
|
||||
Reference in New Issue
Block a user