mirror of
https://github.com/evennia/evennia.git
synced 2026-03-29 12:07:17 +02:00
Fix (again) of tag batch creation
This commit is contained in:
parent
5f9047b161
commit
3fbd74b332
1 changed files with 1 additions and 1 deletions
|
|
@ -716,7 +716,7 @@ def spawn(*prototypes, **kwargs):
|
|||
val = prot.pop("tags", [])
|
||||
tags = []
|
||||
for (tag, category, data) in val:
|
||||
tags.append((init_spawn_value(val, str), category, data))
|
||||
tags.append((init_spawn_value(tag, str), category, data))
|
||||
|
||||
prototype_key = prototype.get('prototype_key', None)
|
||||
if prototype_key:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue