Outfits migration again

This commit is contained in:
chardub
2025-04-27 00:37:26 -04:00
parent c0cf7da7bb
commit 4a19fbc754
6 changed files with 23 additions and 1 deletions

View File

@@ -136,7 +136,7 @@ class Sprite_Character
return if @character.is_a?(Game_Event) && !@character.should_update?
super
refresh_graphic
#return if !@charbitmap
return if !@charbitmap
@charbitmap.update if @charbitmapAnimated
bushdepth = @character.bush_depth
if bushdepth == 0