]>
git.smokeofanarchy.ru Git - space-station-14.git/commit
Adds option to whitelist or blacklist store entries based on buyer objectives (#41493)
* BuyerObjectiveWhitelistCondition done
* fix to check every buyer objective for a blacklisted objective before checking whitelisted objectives
* resolved requested changes
* forgot a line
* Update Content.Server/Store/Conditions/BuyerObjectiveWhitelistCondition.cs
* Replaced IsBlacklistPass with IsWhitelistPass
* cleaning up
* placed whitelist == null check above objective loop
* Moved empty whitelist check below foreach loop
* final cleanup i pray
---------
Co-authored-by: slarticodefast <161409025+slarticodefast@users.noreply.github.com>