mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-31 09:08:56 +01:00
Previously, every single /obj would parse the req_access_txt and req_one_access_txt strings and turn them into a list of numbers for the access system. This is now done the first time check_access() is called, so only objects that actually use the system will have the lists generated. Signed-off-by: Mloc-Argent <colmohici@gmail.com>