Update the Simple Worldbuilding system for compatibility with 0.5.6

This commit is contained in:
Andrew 2020-05-12 18:08:48 -07:00
parent d405a18f53
commit d66a64b939
5 changed files with 12 additions and 11 deletions

View file

@ -35,7 +35,7 @@
{{!-- Owned Items Tab --}}
<div class="tab items" data-group="primary" data-tab="items">
<ol class="items-list">
<ol class="item-list">
{{#each actor.items as |item id|}}
<li class="item flexrow" data-item-id="{{item._id}}">
<img src="{{item.img}}" title="{{item.name}}" width="24" height="24"/>