mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-21 15:42:53 +00:00
Fixed a couple of oversights with cards.
This commit is contained in:
@@ -48,7 +48,7 @@
|
|||||||
for(var/datum/playingcard/P in H.cards)
|
for(var/datum/playingcard/P in H.cards)
|
||||||
cards += P
|
cards += P
|
||||||
del(O)
|
del(O)
|
||||||
user << "You place your cards on top of the deck."
|
user << "You place your cards on the bottom of the deck."
|
||||||
return
|
return
|
||||||
..()
|
..()
|
||||||
|
|
||||||
@@ -57,6 +57,7 @@
|
|||||||
set category = "Object"
|
set category = "Object"
|
||||||
set name = "Draw"
|
set name = "Draw"
|
||||||
set desc = "Draw a card from a deck."
|
set desc = "Draw a card from a deck."
|
||||||
|
set src in oview(1)
|
||||||
|
|
||||||
if(usr.stat || !Adjacent(usr)) return
|
if(usr.stat || !Adjacent(usr)) return
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user