mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
fixed spelling on Shipwreak
This commit is contained in:
parent
35cd51d748
commit
f0fbbe2cbb
@ -25,7 +25,7 @@ private ["_item","_marker"];
|
||||
_marker = createMarker[str(_x), _x];
|
||||
_marker setMarkerShape "ICON";
|
||||
_marker setMarkerType "mil_dot";
|
||||
// _marker setMarkerText "Shipwreak";
|
||||
// _marker setMarkerText "Shipwreck";
|
||||
_marker setMarkerColor "ColorOrange";
|
||||
};
|
||||
};
|
||||
|
@ -729,7 +729,7 @@ class CfgLootTable
|
||||
};
|
||||
};
|
||||
|
||||
class Shipwreak
|
||||
class Shipwreck
|
||||
{
|
||||
items[] = {
|
||||
{ { "Gems", "CfgLootTable" }, 5 },
|
||||
|
@ -1292,7 +1292,7 @@ class CfgLootTable_CUP
|
||||
};
|
||||
};
|
||||
|
||||
class Shipwreak
|
||||
class Shipwreck
|
||||
{
|
||||
items[] = {
|
||||
{ { "Gems", "CfgLootTable" }, 5 },
|
||||
|
@ -734,7 +734,7 @@ class CfgLootTable_MAD
|
||||
};
|
||||
};
|
||||
|
||||
class Shipwreak
|
||||
class Shipwreck
|
||||
{
|
||||
items[] = {
|
||||
{ { "Gems", "CfgLootTable" }, 5 },
|
||||
|
@ -1297,7 +1297,7 @@ class CfgLootTable_MADCUP
|
||||
};
|
||||
};
|
||||
|
||||
class Shipwreak
|
||||
class Shipwreck
|
||||
{
|
||||
items[] = {
|
||||
{ { "Gems", "CfgLootTable" }, 5 },
|
||||
|
@ -246,7 +246,7 @@ class CfgMainTable
|
||||
{
|
||||
lootMin = 3;
|
||||
LootMax = 6;
|
||||
tables[] = { "Shipwreak" };
|
||||
tables[] = { "Shipwreck" };
|
||||
antagonists[] = {
|
||||
{ "GreatWhite", 1 }
|
||||
};
|
||||
|
@ -989,7 +989,7 @@ maxAimingAccuracy -> maxGeneral - Set the maximum value for each available AI sk
|
||||
### Changed
|
||||
- Suppress some group leader options by disabling use of 0-9, f1-f12, backspace, and commandmode.
|
||||
- Code lockout added to Take Krypto code to prevent spam.
|
||||
- Improved quality of shipwreak and pelican loots.
|
||||
- Improved quality of Shipwreck and pelican loots.
|
||||
- Disabled side chat on all servers, use Quartz radio instead.
|
||||
- Furniture spawning moved client side for better server performance.
|
||||
- Added cleanup on furniture, weaponholders, and Krypto devices every 20min if no players within 45m.
|
||||
|
Loading…
Reference in New Issue
Block a user