Files
CHOMPStation2/code
Leshana fd265861bc Move preferences copy_to() new player mobs into the preference_setup datums.
* The /datum/category_item/player_setup_item datums did a good job of organizing the code for loading/saving/editing preferences data, but all of the code that applies preferences to newly created player mobs was still in a single function.
* This change adds a new proc to player_setup_item datums:  copy_to_mob()  which is called from the traditional copy_to() proc, allowing each preferences datum to apply its own character data to the mob.
* This allowes new preferences to easily compartmentalize their new code.
* I also moved all the code for existing preferences from copy_to()  into the copy_to_mob() on their respective preferences datums.
2016-06-11 23:33:48 -04:00
..
2016-05-29 17:29:36 +01:00
2016-06-01 14:32:56 -04:00
2016-06-08 02:49:54 -04:00
2016-06-01 22:05:04 +01:00
2016-05-29 00:56:11 +01:00
2016-06-01 22:05:04 +01:00