Update TheatrePlugin.java (#174)

Updated exhumed duration
This commit is contained in:
TranceHD
2019-05-03 03:30:03 -07:00
committed by Kyleeld
parent acb0bb458d
commit 92bd675058

View File

@@ -546,9 +546,9 @@ public class TheatrePlugin extends Plugin {
GroundObject o = event.getGroundObject();
if (o.getId() == GROUNDOBJECT_ID_EXHUMED) {
xarpusExhumedsTimer.put(o, 18);
xarpusExhumedsTimer.put(o, 11);
Xarpus_Exhumeds.put(o, 18);
Xarpus_Exhumeds.put(o, 11);
}
@@ -1050,4 +1050,4 @@ public class TheatrePlugin extends Plugin {
return -1;
}
}
}