explosive ![code/modules/experisci/experiment/types/ordnance.dm 31](git.png)
Vars | |
allow_any_source | Whether we allow bombs without properly filled reaction_results or not. Setting this to true means the experiment will always pass the cause and effect check. |
---|---|
require_all | Whether we want everything in required_reactions to be fulfilled, or only one is needed. |
required_reactions | Typepath to gas reactions that we want. Empty if we do not require any at all or don't want any. |
sanitized_misc | Whether we want a clear misc or not. |
sanitized_reactions | Whether we only accept explosions with reactions that we set in src.required_reactions or do we allow other reactions in. |
Var Details
allow_any_source ![code/modules/experisci/experiment/types/ordnance.dm 44](git.png)
Whether we allow bombs without properly filled reaction_results or not. Setting this to true means the experiment will always pass the cause and effect check.
require_all ![code/modules/experisci/experiment/types/ordnance.dm 37](git.png)
Whether we want everything in required_reactions to be fulfilled, or only one is needed.
required_reactions ![code/modules/experisci/experiment/types/ordnance.dm 33](git.png)
Typepath to gas reactions that we want. Empty if we do not require any at all or don't want any.
sanitized_misc ![code/modules/experisci/experiment/types/ordnance.dm 39](git.png)
Whether we want a clear misc or not.
sanitized_reactions ![code/modules/experisci/experiment/types/ordnance.dm 35](git.png)
Whether we only accept explosions with reactions that we set in src.required_reactions or do we allow other reactions in.