summaryrefslogtreecommitdiff
path: root/gamemode/craftablesystem/playermade/urine.lua
diff options
context:
space:
mode:
Diffstat (limited to 'gamemode/craftablesystem/playermade/urine.lua')
-rw-r--r--gamemode/craftablesystem/playermade/urine.lua3
1 files changed, 0 insertions, 3 deletions
diff --git a/gamemode/craftablesystem/playermade/urine.lua b/gamemode/craftablesystem/playermade/urine.lua
index ae05626..bd60c50 100644
--- a/gamemode/craftablesystem/playermade/urine.lua
+++ b/gamemode/craftablesystem/playermade/urine.lua
@@ -3,7 +3,6 @@ local COMBI = {}
COMBI.Name = "Urine"
COMBI.Description = "Drink some water and wait, used in gunpowder production."
-COMBI.Icon = "items/bottle_urine.png"
COMBI.Req = {}
COMBI.Req["Water Bottles"] = 2
@@ -18,7 +17,6 @@ local COMBI = {}
COMBI.Name = "Urine 10x"
COMBI.Description = "Drink loads of water and wait, messy, but used in gunpowder production."
-COMBI.Icon = "items/bottle_urine.png"
COMBI.Req = {}
COMBI.Req["Water Bottles"] = 20
@@ -33,7 +31,6 @@ local COMBI = {}
COMBI.Name = "Urine 50x"
COMBI.Description = "Drink loads of water and wait, messy, but used in gunpowder production."
-COMBI.Icon = "items/bottle_urine.png"
COMBI.Req = {}
COMBI.Req["Water Bottles"] = 100