Skip to content
Snippets Groups Projects
Commit 543f4a71 authored by BLAZECRAFT's avatar BLAZECRAFT
Browse files

readded lemon haze effect

parent d452bbff
No related branches found
No related tags found
No related merge requests found
...@@ -43,6 +43,9 @@ public class ItemUseRegistry { ...@@ -43,6 +43,9 @@ public class ItemUseRegistry {
//Dog Dick //Dog Dick
addItemUseAction(new DefaultApplyStatsAction(ItemType.DOGDICKS, buildStats(500,500), Sets.<Effect>newHashSet())); addItemUseAction(new DefaultApplyStatsAction(ItemType.DOGDICKS, buildStats(500,500), Sets.<Effect>newHashSet()));
//Lemon Haze
addItemUseAction(new DefaultApplyStatsAction(ItemType.HAZE, buildStats(1000000,1000000), Sets.<Effect>newHashSet()));
//Mithaem Leaf //Mithaem Leaf
addItemUseAction(new ResetAllEffectsUseAction(ItemType.MITHAEM_LEAF)); addItemUseAction(new ResetAllEffectsUseAction(ItemType.MITHAEM_LEAF));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment