Merge pull request #974 from morgoth0/patch-14

Added water purification tablets
This commit is contained in:
He-Man 2018-04-16 16:36:31 +02:00 committed by GitHub
commit 619140c7c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -112,6 +112,10 @@ class CfgPricing
{
price = 25;
};
class ItemWaterPurificationTablets
{
price = 10;
};
class ItemBulb
{
price = 10;