Update stack.dm

This commit is contained in:
silicons
2021-04-10 18:07:26 -07:00
committed by GitHub
parent adf1298b14
commit bce05a6bd5
+1 -1
View File
@@ -229,7 +229,7 @@
amount -= used
if (amount <= 0)
if(usr)
usr.remove_from_mob(src)
usr.remove_from_mob(src, null)
qdel(src) //should be safe to qdel immediately since if someone is still using this stack it will persist for a little while longer
update_icon()
return 1