mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-16 13:12:22 +00:00
Fixes discarding cards onto walls (#7800)
This commit is contained in:
@@ -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