fixed spelling on Shipwreak

This commit is contained in:
vbawol 2017-08-18 11:12:47 -05:00
parent 35cd51d748
commit f0fbbe2cbb
7 changed files with 7 additions and 7 deletions

View File

@ -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";
};
};

View File

@ -729,7 +729,7 @@ class CfgLootTable
};
};
class Shipwreak
class Shipwreck
{
items[] = {
{ { "Gems", "CfgLootTable" }, 5 },

View File

@ -1292,7 +1292,7 @@ class CfgLootTable_CUP
};
};
class Shipwreak
class Shipwreck
{
items[] = {
{ { "Gems", "CfgLootTable" }, 5 },

View File

@ -734,7 +734,7 @@ class CfgLootTable_MAD
};
};
class Shipwreak
class Shipwreck
{
items[] = {
{ { "Gems", "CfgLootTable" }, 5 },

View File

@ -1297,7 +1297,7 @@ class CfgLootTable_MADCUP
};
};
class Shipwreak
class Shipwreck
{
items[] = {
{ { "Gems", "CfgLootTable" }, 5 },

View File

@ -246,7 +246,7 @@ class CfgMainTable
{
lootMin = 3;
LootMax = 6;
tables[] = { "Shipwreak" };
tables[] = { "Shipwreck" };
antagonists[] = {
{ "GreatWhite", 1 }
};

View File

@ -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.