aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/io/github/moulberry/notenoughupdates/miscfeatures/ItemCooldowns.java
diff options
context:
space:
mode:
authorDeDiamondPro <67508414+DeDiamondPro@users.noreply.github.com>2021-09-24 17:28:16 +0200
committerDeDiamondPro <67508414+DeDiamondPro@users.noreply.github.com>2021-09-24 17:28:16 +0200
commiteb2db0709c89d0a836404f4b7ab5d16e97f2572c (patch)
treeb13d8a7dfe19f2e4d79467f6f028def52c15825b /src/main/java/io/github/moulberry/notenoughupdates/miscfeatures/ItemCooldowns.java
parent6dfb21df15e263ee421f35280c502f8d38a63f88 (diff)
parentcf875e94e8eb0b827e1a7b6c8e24c3f562db3c0c (diff)
downloadnotenoughupdates-eb2db0709c89d0a836404f4b7ab5d16e97f2572c.tar.gz
notenoughupdates-eb2db0709c89d0a836404f4b7ab5d16e97f2572c.tar.bz2
notenoughupdates-eb2db0709c89d0a836404f4b7ab5d16e97f2572c.zip
Merge remote-tracking branch 'dokm/master'
Diffstat (limited to 'src/main/java/io/github/moulberry/notenoughupdates/miscfeatures/ItemCooldowns.java')
-rw-r--r--src/main/java/io/github/moulberry/notenoughupdates/miscfeatures/ItemCooldowns.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main/java/io/github/moulberry/notenoughupdates/miscfeatures/ItemCooldowns.java b/src/main/java/io/github/moulberry/notenoughupdates/miscfeatures/ItemCooldowns.java
index e18c28be..7a37c0ce 100644
--- a/src/main/java/io/github/moulberry/notenoughupdates/miscfeatures/ItemCooldowns.java
+++ b/src/main/java/io/github/moulberry/notenoughupdates/miscfeatures/ItemCooldowns.java
@@ -123,6 +123,10 @@ public class ItemCooldowns {
if(lastChar >= '0' && lastChar <= '9') {
return true;
}
+ } else if(internalname.equals("DIVAN_DRILL")){
+ return true;
+ } else if(internalname.equals("GEMSTONE_GAUNTLET")){
+ return true;
}
return false;
}