mirror of
https://github.com/FalloutCollaborationProject/FCP-Wastelanders.git
synced 2026-07-27 17:03:26 -07:00
Add robot dealer caravan trader kind
Introduces a new `FCP_Caravan_Robot_Dealer` TraderKindDef that sells multiple robot pawn kinds (Eyebot, Protectron, Securitron), buys expensive simple items, and carries caps as currency stock. Also adds `Rick.FCP.Robotics` to `About.xml` `loadAfter` to ensure proper load order for the new robotics-dependent stock generators.
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
<loadAfter>
|
||||
<li>Rick.FCP.Core.Tools</li>
|
||||
<li>Rick.FCP.BallisticWeapons</li>
|
||||
<li>Rick.FCP.Robotics</li>
|
||||
</loadAfter>
|
||||
|
||||
</ModMetaData>
|
||||
Reference in New Issue
Block a user