radioactivecricket / PostNukeRP

Garry's Mod Post Nuclear RP Gamemode
http://postnukerp.com/
3 stars 2 forks source link

Soup in a Saucepan #108

Closed GoogleCodeExporter closed 6 years ago

GoogleCodeExporter commented 9 years ago
You don't cook Soup in a Saucepan usually.

Filename: /PostNukeRP/gamemode/items/food_soup.lua

Originals:
Line 12: ITEM.Info = "A big carton of soup.  Keeps you healthy!  Needs a 
saucepan."
Line 25: if p:HasInInventory("tool_saucepan") then

New:
Line 12: ITEM.Info = "A big carton of soup.  Keeps you healthy!  Needs a pot."
Line 25: if p:HasInInventory("tool_deeppot") then

Original issue reported on code.google.com by mitchys...@gmail.com on 1 Jan 2013 at 1:26

GoogleCodeExporter commented 9 years ago

Original comment by LostInTh...@gmail.com on 2 Jan 2013 at 10:50

GoogleCodeExporter commented 9 years ago

Original comment by LostInTh...@gmail.com on 2 Jan 2013 at 10:53

crazykid1297 commented 8 years ago

Fixed