mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-14 12:12:37 +00:00
Fixes discarding cards onto walls (#7800)
This commit is contained in:
@@ -343,7 +343,8 @@
|
||||
H.update_icon()
|
||||
src.update_icon()
|
||||
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)
|
||||
qdel(src)
|
||||
|
||||
Reference in New Issue
Block a user