mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-07-20 12:42:43 +01:00
Refactors the forceMove() drop.
Makes dropping a its proc instead, cleaning up forceMove() handling.
This commit is contained in:
@@ -146,7 +146,7 @@
|
||||
for(var/datum/playingcard/P in cards)
|
||||
H.cards += P
|
||||
H.concealed = src.concealed
|
||||
user.drop_from_inventory(src,user.loc)
|
||||
user.drop_from_inventory(src)
|
||||
qdel(src)
|
||||
H.update_icon()
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user