mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
add missing plant classes thanks to @morgoth0
This commit is contained in:
parent
7ab0e2694b
commit
9028cec8df
@ -1833,6 +1833,18 @@ class CfgPricing
|
||||
price = 50;
|
||||
};
|
||||
class FoodSnooter
|
||||
{
|
||||
price = 5;
|
||||
};
|
||||
class Poppy
|
||||
{
|
||||
price = 50;
|
||||
};
|
||||
class Goldenseal
|
||||
{
|
||||
price = 25;
|
||||
};
|
||||
class Pumpkin
|
||||
{
|
||||
price = 5;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user