modular_nova/modules/condos/condo_room.dm 
| CONDO_ACCESS_OK | Access check results for entering a room - local, #undef'd at the bottom of this file. |
|---|---|
| /datum/condo_room | One active condo room: its loaded reservation, who owns it, who can get in, and its settings. Players never see the id - rooms are picked from a list, not by number. |
| /proc/condo_sanitize_lamp_color | A valid "#rrggbb" lamp color or "" (default) - never trusts a raw client string. |
Define Details
CONDO_ACCESS_OK 
Access check results for entering a room - local, #undef'd at the bottom of this file.