mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-10 01:49:19 +00: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)
|