Draw()
if(src.Deck.len>0)
var/obj/Card/O = src.Deck[1]; src.Hand += O; src.Deck -= O
src.Summon = 0
O.owner = src
src.Show_Cards()
src.DeckUpdate()
CardNumUpdate(src)
for(var/obj/Card/D in src.Graveyard)
D.overlays=new/list()
D.dir=NORTH
for(var/obj/Card/C in src.Discard)
C.overlays=new/list()
C.dir=NORTH
else
End(src.Opponent,src)
I get this null.type error please help it will be appreciated.
Problem description:
That might do you better in the long run... eh to resolve the problem please supply the rest of the error. It should tell you which Line to go to and which DM.
-Dark