mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Merge pull request #9511 from VOREStation/upstream-merge-7800
[MIRROR] Fixes discarding cards onto walls
This commit is contained in:
committed by
Chompstation Bot
parent
e1a8116a83
commit
ee29b120ad
@@ -343,7 +343,8 @@
|
|||||||
H.update_icon()
|
H.update_icon()
|
||||||
src.update_icon()
|
src.update_icon()
|
||||||
usr.visible_message("<span class = 'notice'>\The [usr] plays \the [discarding].</span>")
|
usr.visible_message("<span class = 'notice'>\The [usr] plays \the [discarding].</span>")
|
||||||
H.loc = get_step(usr,usr.dir)
|
H.loc = get_turf(usr)
|
||||||
|
H.Move(get_step(usr,usr.dir))
|
||||||
|
|
||||||
if(!cards.len)
|
if(!cards.len)
|
||||||
qdel(src)
|
qdel(src)
|
||||||
|
|||||||
Reference in New Issue
Block a user