condos 
Vars | |
active_condos | List of active reservations we have. |
---|---|
condo_templates | All possible condo templates. |
item_blacklist | Items we delibrately prevent being deleted. Malleable. Try to keep this to only items that cannot be re-obtained without admin interference; with some exceptions. |
Procs | |
create_and_enter_condo | No condo was found on the number we input - create a new reservation, load our template, assign it in active_condos - and warp our user to the landing zone |
enter_active_room | We found an already existing room on that number! Just warp to an applied landing zone; if the condo still exists. |
link_condo_turfs | Tweaks the /area/ in this condo to prevent conflicts; as well as assigns a description to the hotel door. |
preload_condo_templates | We're fetching all /datum/map_template/condo subtypes here; sanitychecking them, and assinging them to the subsystem as an option. |
Var Details
active_condos 
List of active reservations we have.
condo_templates 
All possible condo templates.
item_blacklist 
Items we delibrately prevent being deleted. Malleable. Try to keep this to only items that cannot be re-obtained without admin interference; with some exceptions.
Proc Details
create_and_enter_condo
No condo was found on the number we input - create a new reservation, load our template, assign it in active_condos - and warp our user to the landing zone
enter_active_room
We found an already existing room on that number! Just warp to an applied landing zone; if the condo still exists.
link_condo_turfs
Tweaks the /area/ in this condo to prevent conflicts; as well as assigns a description to the hotel door.
preload_condo_templates
We're fetching all /datum/map_template/condo subtypes here; sanitychecking them, and assinging them to the subsystem as an option.