diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/entities.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/entities.hpp b/include/entities.hpp index 781e3ce..864c863 100644 --- a/include/entities.hpp +++ b/include/entities.hpp @@ -68,6 +68,7 @@ enum BUILD_SUB{ LAMP_POST, /**< a lamppost, creates light */ FIRE_PIT, /**< a firepit, creates fire particles / light */ STALL_MARKET = 70, /**< a stall for a merchant */ + STALL_TRADER }; /** |