[s]Exploit whack-a-mole

This commit is contained in:
CitadelStationBot
2017-04-25 01:31:50 -05:00
parent d0c28c0d51
commit 607868a5de
16 changed files with 66 additions and 36 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