feat: support adding locations without them being visible to players
authorxangelo <me@xangelo.ca>
Tue, 27 Aug 2024 12:52:57 +0000 (08:52 -0400)
committerxangelo <me@xangelo.ca>
Tue, 27 Aug 2024 12:52:57 +0000 (08:52 -0400)
commit8971ca309acc7070a1a0a5d1cdb97b57cc15924e
tree85890c61ae7b4a4bc78da0c1c665d9183294096d
parent86f7ee66c5a66d3f0987210afe14125283ca8508
feat: support adding locations without them being visible to players

This gives us the ability to add items to airtable without them being
visible to the user
migrations/20240320020618_conditional-location.ts [new file with mode: 0644]
seeds/cities.ts
src/server/api.ts
src/server/map.ts
src/server/routes/travel.ts
src/shared/map.ts