Skip to content

Commit

Permalink
Merge pull request #1637 from Darkmajia/remove-surplus-recursion
Browse files Browse the repository at this point in the history
remove surplus recursion
  • Loading branch information
mqole authored Feb 10, 2025
2 parents 1bdd77d + d351a2d commit 327f15d
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions Resources/Prototypes/Catalog/uplink_catalog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1108,12 +1108,10 @@
blacklist:
tags:
- NukeOpsUplink
# the impstation special (it's really funny when this happens)
# seems to be a roughly 10% chance to hit the juck pot 1 million$ and get a double surplus crate
#- !type:BuyerWhitelistCondition
# blacklist:
# components:
# - SurplusBundle
- !type:BuyerWhitelistCondition
blacklist:
components:
- SurplusBundle

- type: listing
id: UplinkSuperSurplusBundle
Expand All @@ -1129,8 +1127,6 @@
blacklist:
tags:
- NukeOpsUplink
# not allowed to be recursive because it set off a chain reaction that crashed my localhost
# can still contain normal surplus bundles though smile
- !type:BuyerWhitelistCondition
blacklist:
components:
Expand Down

0 comments on commit 327f15d

Please sign in to comment.