diff options
Diffstat (limited to 'ihl/items_blocks/ItemSubstance.java')
| -rw-r--r-- | ihl/items_blocks/ItemSubstance.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ihl/items_blocks/ItemSubstance.java b/ihl/items_blocks/ItemSubstance.java index 30ef694..9c55e36 100644 --- a/ihl/items_blocks/ItemSubstance.java +++ b/ihl/items_blocks/ItemSubstance.java @@ -178,6 +178,7 @@ public class ItemSubstance extends Item implements IItemHasMiniGUI { info.add(StatCollector.translateToLocal("ihl.detonator_delay") + " "
+ itemStack.stackTagCompound.getInteger("detonator_delay")
+ StatCollector.translateToLocal("ihl.seconds"));
+ info.add(StatCollector.translateToLocal("ihl.detonatorHint"));
}
}
|
