radiation
Vars | |
processing | A list of radiation sources (/datum/radiation_pulse_information) that have yet to process.
Do not interact with this directly, use radiation_pulse instead. |
---|---|
Procs | |
can_irradiate_basic | Returns whether or not the target can be irradiated by any means. Does not check for clothing. |
irradiate | Will attempt to irradiate the given target, limited through IC means, such as radiation protected clothing. |
wearing_rad_protected_clothing | Returns whether or not the human is covered head to toe in rad-protected clothing. |
Var Details
processing
A list of radiation sources (/datum/radiation_pulse_information) that have yet to process.
Do not interact with this directly, use radiation_pulse
instead.
Proc Details
can_irradiate_basic
Returns whether or not the target can be irradiated by any means. Does not check for clothing.
irradiate
Will attempt to irradiate the given target, limited through IC means, such as radiation protected clothing.
wearing_rad_protected_clothing
Returns whether or not the human is covered head to toe in rad-protected clothing.