add missing plant classes thanks to @morgoth0

This commit is contained in:
vbawol 2017-08-30 17:27:02 -05:00
parent 7ab0e2694b
commit 9028cec8df

View File

@ -1833,6 +1833,18 @@ class CfgPricing
price = 50;
};
class FoodSnooter
{
price = 5;
};
class Poppy
{
price = 50;
};
class Goldenseal
{
price = 25;
};
class Pumpkin
{
price = 5;
};