Schema: Promote [object]duration= key to non-ActionWML objects

It's used by the object auto-expiry mechanism, so it's meaningful
even outside of ActionWML.
This commit is contained in:
Celtic Minstrel 2018-03-30 21:51:22 -04:00
parent b06259811d
commit e01567c434
2 changed files with 1 additions and 1 deletions

View file

@ -375,7 +375,6 @@
{INSERT_TAG}
{DEFAULT_KEY take_only_once s_bool yes}
{DEFAULT_KEY delayed_variable_substitution s_bool no}
{SIMPLE_KEY duration object_duration}
{SIMPLE_KEY silent s_bool}
{SIMPLE_KEY image string}
{SIMPLE_KEY name t_string}

View file

@ -253,4 +253,5 @@
name="object"
max=infinite
super="units/$modifications/base"
{SIMPLE_KEY duration object_duration}
[/tag]