Exploit whack-a-mole

This commit is contained in:
Cyberboss
2017-04-23 21:16:10 -04:00
parent 61b93ce182
commit 7ddea10cd7
15 changed files with 39 additions and 39 deletions
+1 -1
View File
@@ -28,7 +28,7 @@
card_text_file = "strings/cas_black.txt"
/obj/item/toy/cards/deck/cas/New()
var/static/list/cards_against_space = list("cas_white" = file2list("strings/cas_white.txt"),"cas_black" = file2list("strings/cas_black.txt"))
var/static/list/cards_against_space = list("cas_white" = world.file2list("strings/cas_white.txt"),"cas_black" = world.file2list("strings/cas_black.txt"))
allcards = cards_against_space[card_face]
var/list/possiblecards = allcards.Copy()
if(possiblecards.len < decksize) // sanity check