Theawesomeboophis / UndeadPeopleTileset

UndeadPeople Tileset for CDDA.
326 stars 74 forks source link

Makeshift Blindfold doesn't cover your eyes #52

Closed EternalKitten closed 1 year ago

EternalKitten commented 1 year ago

udp-blindfold

When I put on my makeshift blindfold it covers my mouth instead of my eyes.

LyleSY commented 1 year ago

Researching this a bit, I don't see makeshift_blindfold defined, so it's failing to this line in the JSON: "looks_like": "scarf", So yeah, it looks like a scarf. The fix will be to either change the original JSON to "looks_like": "blindfold", (that is defined in UDP so should fail over nicely) or to create new makeshift_blindfold sprites

EternalKitten commented 1 year ago

Thanks for looking into this. I think that look like a blindfold is a good fix. It's not very different after all from a normal blindfold.

LyleSY commented 1 year ago

I've submitted a new sprite in the Discord, should fix when it gets merged

EternalKitten commented 1 year ago

Thanks a lot mate.

LyleSY commented 1 year ago

I believe this was closed by https://github.com/CleverRaven/Cataclysm-DDA/pull/61182

EternalKitten commented 1 year ago

Thanks for the fix LyleSY! I will close it now!