Corrects incorrect shuffles

This commit is contained in:
Cyberboss
2017-04-11 09:32:13 -04:00
parent fcfcdf1af1
commit fa39d8bfe1
9 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -51,7 +51,7 @@
P.name = "Blank Card"
P.card_icon = "cas_white"
cards += P
shuffle(cards) // distribute blank cards throughout deck
shuffle_inplace(cards) // distribute blank cards throughout deck
..()
/obj/item/toy/cards/deck/cas/attack_hand(mob/user)