From 3af608b62965c8d8a5d24e8e3c3460b44a386a5c Mon Sep 17 00:00:00 2001 From: Zuhayr Date: Sun, 29 Jun 2014 09:43:34 +0930 Subject: [PATCH] Fixed a couple of oversights with cards. --- code/modules/games/cards.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/modules/games/cards.dm b/code/modules/games/cards.dm index 4b352a4a1a..d7ee461161 100644 --- a/code/modules/games/cards.dm +++ b/code/modules/games/cards.dm @@ -48,7 +48,7 @@ for(var/datum/playingcard/P in H.cards) cards += P del(O) - user << "You place your cards on top of the deck." + user << "You place your cards on the bottom of the deck." return ..() @@ -57,6 +57,7 @@ set category = "Object" set name = "Draw" set desc = "Draw a card from a deck." + set src in oview(1) if(usr.stat || !Adjacent(usr)) return