Skip to content

Commit

Permalink
fix: Morguthis teleport tomb access and poison field damage (#982)
Browse files Browse the repository at this point in the history
Resolves #583
Resolves #282
  • Loading branch information
dudantas authored Apr 5, 2023
1 parent 71c3990 commit 9082976
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,6 @@ stepMorguthisBlueFlames:type("stepin")
for index, value in pairs(setting) do
stepMorguthisBlueFlames:uid(index)
end
stepMorguthisBlueFlames:uid(50146)

stepMorguthisBlueFlames:register()
2 changes: 1 addition & 1 deletion data/items/items.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2793,8 +2793,8 @@
<attribute key="type" value="magicfield"/>
<attribute key="field" value="poison">
<attribute key="ticks" value="5000"/>
<attribute key="damage" value="100"/>
<attribute key="start" value="5"/>
<attribute key="damage" value="100"/>
</attribute>
<attribute key="replaceable" value="0"/>
</item>
Expand Down

0 comments on commit 9082976

Please sign in to comment.