added npc images to API and frontend

This commit is contained in:
2025-11-25 15:52:22 -06:00
parent e198d9ac8a
commit bda363de76
13 changed files with 12 additions and 1 deletions

View File

@@ -281,6 +281,7 @@ def get_npcs_at_location(location_id: str):
"role": npc.role,
"appearance": npc.appearance.brief,
"tags": npc.tags,
"image_url": npc.image_url,
})
return success_response({