mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 00:29:02 +01:00
Adds SHOULD_NOT_SLEEP to Destroy. Why didn't we do this before. (#61943)
This commit is contained in:
@@ -164,7 +164,7 @@
|
||||
UnregisterSignal(attached_item, COMSIG_PARENT_QDELETING)
|
||||
qdel(attached_item)
|
||||
else if (user)
|
||||
user.put_in_hands(attached_item)
|
||||
INVOKE_ASYNC(user, /mob/proc/put_in_hands, attached_item)
|
||||
else
|
||||
attached_item.forceMove(drop_location())
|
||||
if (throwing && !QDELETED(attached_item)) //Fun little thing where we throw out the old attached item when emagged
|
||||
|
||||
Reference in New Issue
Block a user