Update Decorating NPCs authored by Noah MacMinn's avatar Noah MacMinn
To learn more about Vanity items in this game, checkout (PUT LINK HERE to swag guys). To add to change clothing items for a specific NPC, you only need to add 6 lines of code, one for each vanity type (hair, hat, eyes, skin, shirt, pants, and shoes) JOHN_OWNS_HAT(1, VanityForTest.DuckHat.getId(), 0). Setting an NPCs vanity items can be done at [PlayerOwnsVanityForTest.java](https://gitlab.engr.ship.edu/merlin/freshmanrpgsuite/-/tree/main/FreshmanRPG/GameShared/src/main/java/datatypes/PlayerOwnsVanityForTest.java). The vanity items to be referenced are stored in [VanityForTest.java](https://gitlab.engr.ship.edu/merlin/freshmanrpgsuite/-/tree/main/FreshmanRPG/GameShared/src/main/java/datatypes/VanityForTest.java)
\ No newline at end of file
To change clothing items for a specific NPC, you only need to add 6 lines of code, one for each vanity type (hair, hat, eyes, skin, shirt, pants, and shoes).
\ No newline at end of file