This commit is contained in:
vuonojenmustaturska
2017-12-12 22:32:48 +02:00
parent 8a887cdbb2
commit 57c525928e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -28,6 +28,7 @@
card_text_file = "strings/cas_black.txt"
/obj/item/toy/cards/deck/cas/Initialize()
. = ..()
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()
@@ -52,7 +53,6 @@
P.card_icon = "cas_white"
cards += P
shuffle_inplace(cards) // distribute blank cards throughout deck
. = ..()
/obj/item/toy/cards/deck/cas/attack_hand(mob/user)
if(user.lying)
@@ -483,7 +483,7 @@
var/datum/radio_frequency/radio_connection
/obj/item/integrated_circuit/input/signaler/Initialize()
..()
. = ..()
spawn(40)
set_frequency(frequency)
// Set the pins so when someone sees them, they won't show as null