summon_beacon 
Vars | |
allow_custom_areas | If we are allowed to place in custom areas. Custom area represented by having /datum/component/custom_area. |
---|---|
allowed_areas | A list of allowed areas that the atom can be spawned in |
area_string | Descriptor of what area it should work in |
selectable_atoms | A list of possible atoms available to spawn. Cen be either regular list or associative list. Atoms in keys of assotiative list will be used as variants shown to user, values - actual items to spawn. |
selected_atom | The currently selected atom, if any |
supply_pod_stay | If the supply pod should stay or not |
uses | How many uses the beacon has left |
Var Details
allow_custom_areas 
If we are allowed to place in custom areas. Custom area represented by having /datum/component/custom_area.
allowed_areas 
A list of allowed areas that the atom can be spawned in
area_string 
Descriptor of what area it should work in
selectable_atoms 
A list of possible atoms available to spawn. Cen be either regular list or associative list. Atoms in keys of assotiative list will be used as variants shown to user, values - actual items to spawn.
selected_atom 
The currently selected atom, if any
supply_pod_stay 
If the supply pod should stay or not
uses 
How many uses the beacon has left