Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: set type trashholder on swallow water #2262

Merged
merged 3 commits into from
Feb 20, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions data/items/items.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12135,32 +12135,37 @@
<item fromid="4597" toid="4602" name="shallow water">
<attribute key="primarytype" value="natural tiles"/>
<attribute key="fluidsource" value="water"/>
<attribute key="type" value="trashholder"/>
<attribute key="effect" value="bluebubble"/>
</item>
<item fromid="4603" toid="4608" name="grass"/>
<item fromid="4609" toid="4611" name="shallow water">
<attribute key="primarytype" value="natural tiles"/>
<attribute key="description" value="You see the silvery movement of fish."/>
<attribute key="fluidsource" value="water"/>
<attribute key="type" value="trashholder"/>
<attribute key="effect" value="bluebubble"/>
</item>
<item id="4612" name="shallow water">
<attribute key="primarytype" value="natural tiles"/>
<attribute key="fluidsource" value="water"/>
<attribute key="type" value="trashholder"/>
<attribute key="effect" value="bluebubble"/>
<attribute key="duration" value="1200"/>
<attribute key="decayTo" value="4597"/>
</item>
<item id="4613" name="shallow water">
<attribute key="primarytype" value="natural tiles"/>
<attribute key="fluidsource" value="water"/>
<attribute key="type" value="trashholder"/>
<attribute key="effect" value="bluebubble"/>
<attribute key="duration" value="1200"/>
<attribute key="decayTo" value="4598"/>
</item>
<item id="4614" name="shallow water">
<attribute key="primarytype" value="natural tiles"/>
<attribute key="fluidsource" value="water"/>
<attribute key="type" value="trashholder"/>
<attribute key="effect" value="bluebubble"/>
<attribute key="duration" value="1200"/>
<attribute key="decayTo" value="4599"/>
Expand Down
Loading