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

@@ -212,6 +212,7 @@ class NPCLoader:
name=data["name"],
role=data["role"],
location_id=data["location_id"],
image_url=data.get("image_url"),
personality=personality,
appearance=appearance,
knowledge=knowledge,