Blacklists certain RNG-dependant crates from testing (#90333)

## About The Pull Request

Blacklists dumpster, hide, random toys, contraband and random medical
equipment crates from the cargo_crate_sanity unit test. These crates are
innately random, and while we have to be aware of potentially having
their average be over their price, we cannot (sanely) test for that
(without spawning a thousand crates, and even then we're affected by
random). The whole point of these crates is gambling on their value.

Closes #90328 
Closes #90314
Closes #90298
Closes #90253
Closes #90216
Closes #90181
Closes #90178

## Changelog

Not player facing
This commit is contained in:
SmArtKar
2025-03-30 21:12:30 +02:00
committed by GitHub
parent 2b11d5996a
commit bdfe18fbad
9 changed files with 20 additions and 16 deletions
+1 -1
View File
@@ -77,7 +77,7 @@
hidden = TRUE
crate_name = "bitrunning delivery crate"
access = list(ACCESS_BIT_DEN)
abstract = TRUE
test_ignored = TRUE
/datum/supply_pack/bitrunning/New(purchaser, cost, list/contains)
. = ..()