Files
Polaris/code/game/objects
Meghan-Rossi c8fd01a4f5 Clean up dead code obsoleted by outfit system
- job_access_type on ids is used literally nowhere.  Removed.
- spawnId is only called on people who already have ids, and does nothing because of it.  Removed.
- idtype is defined both for jobs and outfits, and for jobs it's only used in spawnid and to not give ais and cyborgs headsets.  Replaced with new has_headset variable
- equip_backpack and equip_survival on jobs are also useless, since outfits handle that.  Removed.
- spawnId put access on ids, but equip_id doesn't.  Made equip_id for job outfits put access on ids.
- With equip_id putting access on ids we don't need all the different subtypes of id.  Removed a lot of them.
2019-11-08 20:26:37 +00:00
..
2019-11-04 17:37:17 -09:00
2019-08-31 14:00:14 -08:00
2019-01-12 05:51:08 -08:00
2019-09-03 01:34:43 -04:00
2018-10-30 00:01:44 -07:00