mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-27 01:21:30 +00:00
## About The Pull Request Checks the `.onstation` var on `/obj/machinery/vending` instead of checking the z-level directly. The z-level check is already run in init to set this var in the first place, but this way it allows the var to be set manually to secure vendors that are on the station z-level but are not wanted as candidates for brand intelligence. This scenario doesn't currently exist here, but it affects things like https://github.com/Skyrat-SS13/Skyrat-tg/issues/21918 and future-proofing is always nice. I did consider doing this as another var, but that felt a bit excessive. Can change if wanted. (also removes some duplicate comments because I was there) ## Why It's Good For The Game Wasted events uhh bad ## Changelog 🆑 fix: Brand intelligence can no longer affect off-station vendors in some specific circumstances. /🆑