mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-30 20:22:32 +00:00
Changelog: - Switched surgeries to use init_subtypes() - Updated init_subtypes() - Made the species race_key handling a bit less line-taking (uses pre-increment now) - Added new proc, init_datum_subtypes, which takes 4 arguments- init_datum_subtypes(prototype, list/L, list/pexempt, assocvar) prototype is a path which will be run through subtypesof list/L is the list that new datums will be added to pexempt is subtracted from the 'subtypesof(prototype)' (exempting them) assocvar is the var to associate by in the list- uses vars[] lookup Jobs, superheroes, and languages now use this proc.