/tg/ Station 13 - Modules - TypesVar Details - Proc Details

radiation

The station will be inside a radioactive nebula! Space is radioactive and the station needs to start setting up nebula shielding

Vars

nebula_radglowThe glow of 'fake' radioactive objects in space
radioactive_areasArea's that are part of the radioactive nebula
send_care_package_atWhen are we going to send them a care package?
send_care_package_timeHow long does the storm have to last for us to send a care package?

Procs

on_enteredThey entered space? START BOMBING WITH RADS HAHAHAHA. old_area can be null for new objects
on_exitedCalled when an atom leaves space, so we can remove the radiation effect
send_care_packageSend a care package because it is not going well

Var Details

nebula_radglow

The glow of 'fake' radioactive objects in space

radioactive_areas

Area's that are part of the radioactive nebula

send_care_package_at

When are we going to send them a care package?

send_care_package_time

How long does the storm have to last for us to send a care package?

Proc Details

on_entered

They entered space? START BOMBING WITH RADS HAHAHAHA. old_area can be null for new objects

on_exited

Called when an atom leaves space, so we can remove the radiation effect

send_care_package

Send a care package because it is not going well