mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Should be all scope entries
This commit is contained in:
@@ -4,7 +4,7 @@ class flamable_DZ: House
|
||||
displayName = "";
|
||||
icon = "\ca\misc3\data\Icons\icon_fireplace_ca.paa";
|
||||
mapSize = 0;
|
||||
scope=2;
|
||||
scope = public;
|
||||
armor=1000;
|
||||
simulation="fire";
|
||||
vehicleClass="Misc";
|
||||
@@ -40,7 +40,7 @@ class Land_Fire: House
|
||||
displayName = "$STR_MISC_FIRE";
|
||||
icon = "\ca\misc3\data\Icons\icon_fireplace_ca.paa";
|
||||
mapsize = 1.03;
|
||||
scope = 2;
|
||||
scope = public;
|
||||
accuracy=1;
|
||||
armor = 150;
|
||||
simulation="fire";
|
||||
@@ -161,7 +161,7 @@ class Land_Camp_Fire_DZ : Land_Fire {
|
||||
|
||||
class Misc_TyreHeap: Land_Fire
|
||||
{
|
||||
scope=2;
|
||||
scope = public;
|
||||
vehicleClass="Misc";
|
||||
model = "\ca\misc\Misc_TyreHeap";
|
||||
icon="\Ca\Misc3\Data\Icons\icomap_tyreHeap_CA.paa";
|
||||
|
||||
Reference in New Issue
Block a user