ID:163801
 
so...

i am making a card game and trying to get when you log in
to deal out the cards on the map there is no mob
so i cant use
Login()
?what would i use


i have a random value to tell you what cards are dealt but,
how can i put the card on the map
Why can't use mob/Login()?

For example

mob/Login()
..()
var/obj/card/O = new(locate(3,4,1))
O.suit = "Spades"