From 6429efce8c5b17caf492adeba7d37a71fa3c4776 Mon Sep 17 00:00:00 2001 From: Ira Rice Date: Sat, 25 Oct 2008 21:33:59 +0000 Subject: Fixed NPC's so that clothes would draw again. However, if in the future this isn't sufficient for attacking, movement, or other code, this will be changed to mimic the style used by the base class player. --- src/npc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/npc.h') diff --git a/src/npc.h b/src/npc.h index 0dff1dcb..fa39e6c2 100644 --- a/src/npc.h +++ b/src/npc.h @@ -39,6 +39,7 @@ class NPC : public Player void setName(const std::string &name); void setGender(int gender); + void setSprite(int slot, int id, std::string color); virtual Type getType() const; -- cgit v1.2.3-70-g09d2