Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pirate contraband crate turn-in #2078

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Resources/Maps/_NF/POI/cove.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4912,7 +4912,7 @@ entities:
- type: Transform
pos: 4.5399175,2.4303112
parent: 1
- proto: ComputerBroken
- proto: ComputerContrabandPalletConsolePirate
entities:
- uid: 686
components:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@
- type: Contraband
turnInValues:
FrontierUplinkCoin: 3
Doubloon: 2
- type: DisableShipyardSale
reason: shipyard-console-contraband-onboard
allowedShipyardTypes:
Expand Down Expand Up @@ -144,6 +145,7 @@
- type: Contraband
turnInValues:
FrontierUplinkCoin: 3
Doubloon: 2
- type: DisableShipyardSale
reason: shipyard-console-contraband-onboard
allowedShipyardTypes:
Expand Down Expand Up @@ -180,6 +182,7 @@
- type: Contraband
turnInValues:
FrontierUplinkCoin: 3
Doubloon: 2
- type: DisableShipyardSale
reason: shipyard-console-contraband-onboard
allowedShipyardTypes:
Expand Down
Loading