Shiptest 13 - Modules - TypesDefine Details

code/__DEFINES/botany.dm

GLOW_ID-- Trait IDs. Plants that match IDs cannot be added to the same plant. -- Plants that glow.
PLANT_TYPE_IDPlant types.
TEMP_CHANGE_IDPlants that affect the reagent's temperature.
CONTENTS_CHANGE_IDPlants that affect the reagent contents.
THROW_IMPACT_IDPlants that do something special when they impact.
REAGENT_TRANSFER_IDPlants that transfer reagents on impact.
ATTACK_SELF_IDPlants 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.