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

debug-uplink-fix #2447

Merged
merged 1 commit into from
Jan 4, 2025
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
19 changes: 19 additions & 0 deletions Resources/Prototypes/Catalog/uplink_catalog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@
tags:
- NukeOpsUplink
- LoneOpsUplink #SS220-uplink-fix
- DebugUplink #SS220-debug-uplink-fix

- type: listing
id: UplinkSniperBundle
Expand Down Expand Up @@ -244,6 +245,7 @@
tags:
- NukeOpsUplink
- LoneOpsUplink
- DebugUplink #SS220-debug-uplink-fix
# SS220-uplink-fix-end
- !type:BuyerWhitelistCondition
blacklist:
Expand All @@ -270,6 +272,7 @@
tags:
- NukeOpsUplink
- LoneOpsUplink
- DebugUplink #SS220-debug-uplink-fix

# Explosives

Expand Down Expand Up @@ -337,6 +340,7 @@
tags:
- NukeOpsUplink
- LoneOpsUplink
- DebugUplink #SS220-debug-uplink-fix
- !type:BuyerWhitelistCondition
blacklist:
components:
Expand Down Expand Up @@ -423,6 +427,7 @@
tags:
- NukeOpsUplink
- LoneOpsUplink #SS220-uplink-fix
- DebugUplink #SS220-debug-uplink-fix

- type: listing
id: UplinkC4Bundle
Expand Down Expand Up @@ -479,6 +484,7 @@
tags:
- NukeOpsUplink
- LoneOpsUplink
- DebugUplink #SS220-debug-uplink-fix
blacklist:
components:
- SurplusBundle
Expand Down Expand Up @@ -621,6 +627,7 @@
tags:
- NukeOpsUplink
- LoneOpsUplink #SS220-uplink-fix
- DebugUplink #SS220-debug-uplink-fix
- !type:BuyerWhitelistCondition
blacklist:
components:
Expand Down Expand Up @@ -685,6 +692,7 @@
whitelist:
tags:
- NukeOpsUplink
- DebugUplink #SS220-debug-uplink-fix
- !type:BuyerWhitelistCondition
blacklist:
components:
Expand Down Expand Up @@ -787,6 +795,7 @@
whitelist:
tags:
- NukeOpsUplink
- DebugUplink #SS220-debug-uplink-fix
- !type:BuyerWhitelistCondition
blacklist:
components:
Expand Down Expand Up @@ -1125,6 +1134,7 @@
whitelist:
tags:
- NukeOpsUplink
- DebugUplink #SS220-debug-uplink-fix

- type: listing
id: UplinkSurplusBundle
Expand Down Expand Up @@ -1248,6 +1258,7 @@
whitelist:
tags:
- NukeOpsUplink
- DebugUplink #SS220-debug-uplink-fix
blacklist:
tags:
- LoneOpsUplink
Expand All @@ -1267,6 +1278,7 @@
whitelist:
tags:
- NukeOpsUplink
- DebugUplink #SS220-debug-uplink-fix

- type: listing
id: UplinkReinforcementRadioSyndicateAncestor
Expand Down Expand Up @@ -1306,6 +1318,7 @@
whitelist:
tags:
- NukeOpsUplink
- DebugUplink #SS220-debug-uplink-fix

- type: listing
id: UplinkCarpDehydrated
Expand Down Expand Up @@ -1448,6 +1461,7 @@
whitelist:
tags:
- NukeOpsUplink
- DebugUplink #SS220-debug-uplink-fix
- !type:BuyerWhitelistCondition
blacklist:
components:
Expand All @@ -1468,6 +1482,7 @@
whitelist:
tags:
- NukeOpsUplink
- DebugUplink #SS220-debug-uplink-fix
- !type:BuyerWhitelistCondition
blacklist:
components:
Expand All @@ -1488,6 +1503,7 @@
whitelist:
tags:
- NukeOpsUplink
- DebugUplink #SS220-debug-uplink-fix

- type: listing
id: UplinkUplinkImplanter # uplink uplink real
Expand Down Expand Up @@ -1525,6 +1541,7 @@
whitelist:
tags:
- NukeOpsUplink
- DebugUplink #SS220-debug-uplink-fix
- !type:BuyerWhitelistCondition
blacklist:
components:
Expand Down Expand Up @@ -1739,6 +1756,7 @@
tags:
- NukeOpsUplink
- LoneOpsUplink
- DebugUplink #SS220-debug-uplink-fix
#ss220-fix-uplink-end

- type: listing
Expand All @@ -1765,6 +1783,7 @@
tags:
- NukeOpsUplink
- LoneOpsUplink
- DebugUplink #SS220-debug-uplink-fix
# ss220-fix-uplink-end

#SS220 Syndie visor buff begin
Expand Down
5 changes: 5 additions & 0 deletions Resources/Prototypes/Entities/Objects/Specific/syndicate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,3 +141,8 @@
- type: Store
balance:
Telecrystal: 99999
# SS220-debug-uplink-fix-begin
- type: Tag
tags:
- DebugUplink
# SS220-debug-uplink-fix-end
4 changes: 4 additions & 0 deletions Resources/Prototypes/SS220/tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,3 +185,7 @@
# SS220 Cult
- type: Tag
id: Omnivorous

# debug-uplink-fix
- type: Tag
id: DebugUplink
Loading