Skip to content

Commit d19508a

Browse files
committed
disable servant images
will be worked again in a future version
1 parent deaef6a commit d19508a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

simulation.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ <h2 id="day-counter">Day 1</h2>
6565
<p>
6666
<img src="${master.picture}" width="50">
6767
<strong>${master.name}</strong> summons
68-
<img src="${servant.image}" width="50">
68+
<img src="${servant.image}">
6969
<strong>${servant.name}</strong>.
70-
</p>`;
70+
</p>`; //TO DO: fix servant.image line to portray servant images
7171
} else {
7272
events += `
7373
<p>

0 commit comments

Comments
 (0)