mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Fix typo
Thx choc
This commit is contained in:
@@ -207,7 +207,7 @@ class ItemBucket : CA_Magazine
|
|||||||
type = 256;
|
type = 256;
|
||||||
};
|
};
|
||||||
|
|
||||||
class ItemSuicase : CA_Magazine
|
class ItemSuitcase : CA_Magazine
|
||||||
{
|
{
|
||||||
scope = 2;
|
scope = 2;
|
||||||
count = 1;
|
count = 1;
|
||||||
@@ -218,7 +218,7 @@ class ItemSuicase : CA_Magazine
|
|||||||
type = 256;
|
type = 256;
|
||||||
};
|
};
|
||||||
|
|
||||||
class ItemSuicaseDiamonds : CA_Magazine
|
class ItemSuitcaseDiamonds : CA_Magazine
|
||||||
{
|
{
|
||||||
scope = 2;
|
scope = 2;
|
||||||
count = 1;
|
count = 1;
|
||||||
@@ -229,7 +229,7 @@ class ItemSuicaseDiamonds : CA_Magazine
|
|||||||
type = 256;
|
type = 256;
|
||||||
};
|
};
|
||||||
|
|
||||||
class ItemSuicaseBomb : CA_Magazine
|
class ItemSuitcaseBomb : CA_Magazine
|
||||||
{
|
{
|
||||||
scope = 2;
|
scope = 2;
|
||||||
count = 1;
|
count = 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user