mirror of
https://gitlab.com/2009scape/2009scape.git
synced 2025-12-09 16:45:44 -07:00
Evaporate a cup of cold water in the desert
This commit is contained in:
parent
8dd9cc0b2e
commit
b6c4438233
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ public final class DesertZone extends MapZone implements Plugin<Object> {
|
||||||
/**
|
/**
|
||||||
* Represents data of water vessils to dry up.
|
* Represents data of water vessils to dry up.
|
||||||
*/
|
*/
|
||||||
private static final int[][] VESSILS = new int[][] { { 1937, 1935 }, { 1929, 1925 }, { 1921, 1923 }, { 227, 229 } };
|
private static final int[][] VESSILS = new int[][] { { 1937, 1935 }, { 1929, 1925 }, { 1921, 1923 }, { 227, 229 }, { 4458, 1980} };
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Represents the animation of drinking water.
|
* Represents the animation of drinking water.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue