Update cas.dm
This commit is contained in:
@@ -27,12 +27,8 @@
|
|||||||
decksize = 50
|
decksize = 50
|
||||||
card_text_file = "strings/cas_black.txt"
|
card_text_file = "strings/cas_black.txt"
|
||||||
|
|
||||||
<<<<<<< HEAD
|
|
||||||
/obj/item/toy/cards/deck/cas/New()
|
|
||||||
=======
|
|
||||||
/obj/item/toy/cards/deck/cas/Initialize()
|
/obj/item/toy/cards/deck/cas/Initialize()
|
||||||
. = ..()
|
. = ..()
|
||||||
>>>>>>> cfb0b8a... Merge pull request #33493 from vuonojenmustaturska/initializefixes
|
|
||||||
var/static/list/cards_against_space = list("cas_white" = world.file2list("strings/cas_white.txt"),"cas_black" = world.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]
|
allcards = cards_against_space[card_face]
|
||||||
var/list/possiblecards = allcards.Copy()
|
var/list/possiblecards = allcards.Copy()
|
||||||
|
|||||||
Reference in New Issue
Block a user