ptrayal / d202PF

Converting d20 MUD to pathfinder
2 stars 0 forks source link

Modularization of Class Code #28

Open ptrayal opened 9 years ago

ptrayal commented 9 years ago

Stuff like this needs to be modularized.

CONFIG_CAMPAIGN == CAMPAIGN_FORGOTTEN_REALMS ? pc_class_types_fr : pc_class_types_dl_aol)[i]

Found in places like act.other.c and act.informative.c (act.wizard.c too)