Skip to content

Commit

Permalink
fix: door description (#1980)
Browse files Browse the repository at this point in the history
  • Loading branch information
Luan Luciano authored Dec 7, 2023
1 parent 0e1143f commit 953742f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/items/items.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24931,13 +24931,13 @@
<item id="11240" article="an" name="open door">
<attribute key="type" value="door"/>
</item>
<item id="11241" article="a" name="closed door">
<item id="11241" article="a" name="closed door" editorsuffix="(it is locked)">
<attribute key="type" value="door"/>
<attribute key="description" value="It is locked."/>
<attribute key="blockProjectile" value="1"/>
</item>
<item id="11242" article="a" name="closed door" editorsuffix="(it is locked)">
<item id="11242" article="a" name="closed door">
<attribute key="type" value="door"/>
<attribute key="description" value="It is locked."/>
<attribute key="blockProjectile" value="1"/>
</item>
<item id="11243" article="an" name="open door">
Expand Down

0 comments on commit 953742f

Please sign in to comment.