Files
Paradise/code
Tigercat2000 1b477db904 Global DatumRefLists cleanup x1
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.
2015-11-16 14:21:05 -08:00
..
2015-11-16 14:21:05 -08:00
2015-11-16 11:51:18 -08:00
2015-11-16 11:48:36 -08:00