[MIRROR] Allergens v2

This commit is contained in:
Chompstation Bot
2021-03-10 19:07:12 +00:00
parent 9e2af79bc3
commit d79e318320
4 changed files with 1215 additions and 176 deletions
+1
View File
@@ -37,6 +37,7 @@
#define COFFEE 0x200 // Mostly here for tajara.
#define GENERIC 0x400 // Catchall for stuff that doesn't fall into the groups above. You shouldn't be allergic to this type, ever.
#define SUGARS 0x800 // For unathi-like reactions
#define EGGS 0x1000 // For Skrell eggs allergy
// Allergen reactions
#define AG_TOX_DMG 0x1 // the classic
@@ -322,7 +322,7 @@
breath_heat_level_3 = 1350 //Default 1250
reagent_tag = IS_SKRELL
allergens = MEAT|FISH|DAIRY
allergens = MEAT|FISH|DAIRY|EGGS
has_limbs = list(
BP_TORSO = list("path" = /obj/item/organ/external/chest),
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff