mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
fixed typo
This commit is contained in:
@@ -1,10 +1,10 @@
|
|||||||
class CfgLootSmall {
|
class CfgLootSmall {
|
||||||
trash[] = {
|
trash[] = {
|
||||||
{"TrashTinCan"},0.5},
|
{"TrashTinCan",0.5},
|
||||||
{"TrashJackDaniels"},0.05},
|
{"TrashJackDaniels",0.05},
|
||||||
{"ItemSodaEmpty"},0.25},
|
{"ItemSodaEmpty",0.25},
|
||||||
{"ItemTrashToiletpaper"},0.1},
|
{"ItemTrashToiletpaper",0.1},
|
||||||
{"ItemTrashRazor"},0.1}
|
{"ItemTrashRazor",0.1}
|
||||||
};
|
};
|
||||||
civilian[] = {
|
civilian[] = {
|
||||||
{"FoodCanUnlabeled",0.07},
|
{"FoodCanUnlabeled",0.07},
|
||||||
|
|||||||
Reference in New Issue
Block a user