Merge pull request #6034 from JimTheCactus/uncached_icon_fix

Added a forced, immediate refresh of the icons after the character is made
This commit is contained in:
Mloc
2014-08-17 22:34:22 +01:00

View File

@@ -430,6 +430,9 @@
// And uncomment this, too.
//new_character.dna.UpdateSE()
// Do the initial caching of the player's body icons.
new_character.regenerate_icons()
new_character.key = key //Manually transfer the key to log them in
return new_character