Added water purification tablets

This commit is contained in:
Grahame 2018-04-16 09:47:59 -04:00 committed by GitHub
parent d4dc07d6f6
commit 861703574c
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;