mirror of
https://github.com/Sandstorm-Station/Sandstorm-Station-13.git
synced 2026-07-17 11:15:35 +01:00
8 lines
190 B
Plaintext
8 lines
190 B
Plaintext
/datum/unit_test/card_mismatch
|
|
|
|
/datum/unit_test/card_mismatch/Run()
|
|
var/message = checkCardpacks(SStrading_card_game.card_packs)
|
|
message += checkCardDatums()
|
|
if(message)
|
|
Fail(message)
|