mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-15 00:24:40 +00:00
Merge pull request #284 from thecelloman/ryderasdefault
Set the Ryder as the default starting weapon instead of the Lurker.
This commit is contained in:
commit
d8a3565716
2 changed files with 2 additions and 2 deletions
|
|
@ -655,7 +655,7 @@ datablock PlayerData(DefaultPlayerData)
|
||||||
DecalData = "PlayerFootprint";
|
DecalData = "PlayerFootprint";
|
||||||
|
|
||||||
// Allowable Inventory Items
|
// Allowable Inventory Items
|
||||||
mainWeapon = Lurker;
|
mainWeapon = Ryder;
|
||||||
|
|
||||||
maxInv[Lurker] = 1;
|
maxInv[Lurker] = 1;
|
||||||
maxInv[LurkerClip] = 20;
|
maxInv[LurkerClip] = 20;
|
||||||
|
|
|
||||||
|
|
@ -639,7 +639,7 @@ function GameCore::loadOut(%game, %player)
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
%player.mountImage(Lurker, 0);
|
%player.mountImage(Ryder, 0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue