/tg/ Station 13 - Modules - TypesDefine Details

code/modules/reagents/chemistry/machinery/chem_recipe_debug.dm

USE_REACTION_TEMPERATUREdon't alter the temperatrue of the reaction
USE_USER_TEMPERATUREforce a user specified value for temperature on the reaction
USE_MINIMUM_TEMPERATUREforce the minimum required temperature for the reaction to start on the reaction
USE_OPTIMAL_TEMPERATUREforce the optimal temperature for the reaction
USE_OVERHEAT_TEMPERATUREforce the overheat temperature for the reaction. At this point reagents start to decrease
PLAY_NEXT_REACTIONPlay the next reaction i.e. increment current_reaction_index
PLAY_PREVIOUS_REACTIONPlay the previous reaction i.e. decrement current_reaction_index
PLAY_USER_REACTIONPick a reaction at random i.e. user decides via input list what the value of current_reaction_index should be
MAXIMUM_HOLDER_VOLUMEMaximum volume of reagents this machine & its required container can hold

Define Details

MAXIMUM_HOLDER_VOLUME

Maximum volume of reagents this machine & its required container can hold

PLAY_NEXT_REACTION

Play the next reaction i.e. increment current_reaction_index

PLAY_PREVIOUS_REACTION

Play the previous reaction i.e. decrement current_reaction_index

PLAY_USER_REACTION

Pick a reaction at random i.e. user decides via input list what the value of current_reaction_index should be

USE_MINIMUM_TEMPERATURE

force the minimum required temperature for the reaction to start on the reaction

USE_OPTIMAL_TEMPERATURE

force the optimal temperature for the reaction

USE_OVERHEAT_TEMPERATURE

force the overheat temperature for the reaction. At this point reagents start to decrease

USE_REACTION_TEMPERATURE

don't alter the temperatrue of the reaction

USE_USER_TEMPERATURE

force a user specified value for temperature on the reaction