var/obj/A = usr.DECK[1]
usr.HAND += A
usr.DECK.Cut(1,2)
usr.cardsindeck -= 1
usr.cardsinhand += 1
Problem description:
once this has been completed, it will never work again.. i assumed this is becuase DECK[1] no longer exists?? so is there a way to move all other elements of the list to move up one slot in the list? i.e. DECK[2] == DECK[1] etc.
error message in game : List index out of bounds