added npc images to API and frontend
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user