Moth wings fixes (#31493)

This commit is contained in:
PollardTheDragon
2026-01-28 10:36:40 -05:00
committed by GitHub
parent 50d4b656ef
commit fc65230d5f
2 changed files with 2 additions and 0 deletions
@@ -2353,8 +2353,10 @@ Eyes need to have significantly high darksight to shine unless the mob has the X
wings.icon = initial(wings.icon)
wings.pixel_x_offset = initial(wings.pixel_x_offset)
update_wing_layer()
update_body()
return
wings.is_open = TRUE
wings.icon = wings.open_icon
wings.pixel_x_offset = -22 // Center these bad boys
update_wing_layer()
update_body()