Merge pull request #8403 from MrPerson/no_bug_here

Fixes character appearances - no more bald albinos
This commit is contained in:
Remie Richards
2015-03-20 04:36:32 +00:00
3 changed files with 5 additions and 16 deletions
@@ -43,12 +43,6 @@ There are several things that need to be remembered:
update_hair() //Handles updating your hair overlay (used to be update_face, but mouth and
eyes were merged into update_body())
> I repurposed an old unused variable which was in the code called (coincidentally) var/update_icon
It can be used as another method of triggering regenerate_icons(). It's basically a flag that when set to non-zero
will call regenerate_icons() at the next life() call and then reset itself to 0.
The idea behind it is icons are regenerated only once, even if multiple events requested it.
//NOTE: fairly unused, maybe this could be removed?
If you have any questions/constructive-comments/bugs-to-report
Please contact me on #coderbus IRC. ~Carnie x
//Carn can sometimes be hard to reach now. However IRC is still your best bet for getting help.