mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-26 20:57:06 +01:00
Update stack.dm
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user