Fixing an edge case runtime with ore bags.

This commit is contained in:
Ghommie
2020-01-06 01:45:53 +01:00
parent 53747013ee
commit 4cc0833b28
+2 -1
View File
@@ -130,7 +130,8 @@
/obj/item/storage/bag/ore/dropped()
. = ..()
UnregisterSignal(listeningTo, COMSIG_MOVABLE_MOVED)
if(listeningTo)
UnregisterSignal(listeningTo, COMSIG_MOVABLE_MOVED)
listeningTo = null
/obj/item/storage/bag/ore/proc/Pickup_ores(mob/living/user)