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