Update of mission files for Content Update 2
Tweaked: Updated mapgrouppos and mapgroupcluster to reflect some recent bugfixes in Namalsk Island update Tweaked: Freshspawn gear now includes 4 disinfected rags (previously only 2)
This commit is contained in:
parent
2038be4a58
commit
a9c1526b7f
@ -96,7 +96,7 @@ class CustomMission: MissionServer
|
||||
itemEnt = itemClothing.GetInventory().CreateInInventory( "Rag" );
|
||||
if ( Class.CastTo( itemBs, itemEnt ) )
|
||||
{
|
||||
itemBs.SetQuantity( 2 );
|
||||
itemBs.SetQuantity( 4 );
|
||||
itemBs.SetCleanness( 1 );
|
||||
}
|
||||
player.SetQuickBarEntityShortcut( itemEnt, 0 );
|
||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -96,7 +96,7 @@ class CustomMission: MissionServer
|
||||
itemEnt = itemClothing.GetInventory().CreateInInventory( "Rag" );
|
||||
if ( Class.CastTo( itemBs, itemEnt ) )
|
||||
{
|
||||
itemBs.SetQuantity( 2 );
|
||||
itemBs.SetQuantity( 4 );
|
||||
itemBs.SetCleanness( 1 );
|
||||
}
|
||||
player.SetQuickBarEntityShortcut( itemEnt, 0 );
|
||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user