code/__DEFINES/botany.dm
GLOW_ID | -- Trait IDs. Plants that match IDs cannot be added to the same plant. -- Plants that glow. |
---|---|
PLANT_TYPE_ID | Plant types. |
TEMP_CHANGE_ID | Plants that affect the reagent's temperature. |
CONTENTS_CHANGE_ID | Plants that affect the reagent contents. |
THROW_IMPACT_ID | Plants that do something special when they impact. |
REAGENT_TRANSFER_ID | Plants that transfer reagents on impact. |
ATTACK_SELF_ID | Plants that have a unique effect on attack_self. |
Define Details
ATTACK_SELF_ID
Plants that have a unique effect on attack_self.
CONTENTS_CHANGE_ID
Plants that affect the reagent contents.
GLOW_ID
-- Trait IDs. Plants that match IDs cannot be added to the same plant. -- Plants that glow.
PLANT_TYPE_ID
Plant types.
REAGENT_TRANSFER_ID
Plants that transfer reagents on impact.
TEMP_CHANGE_ID
Plants that affect the reagent's temperature.
THROW_IMPACT_ID
Plants that do something special when they impact.