mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-30 07:27:57 +01:00
Fixed runtime error related to deleting worn items (#17689)
* new and improved * Fixed the hard del again
This commit is contained in:
@@ -413,7 +413,11 @@
|
||||
if(silent)
|
||||
prevent_warning = TRUE
|
||||
I.forceMove(src)
|
||||
if(QDELING(I))
|
||||
return FALSE
|
||||
I.on_enter_storage(src)
|
||||
if(QDELING(I))
|
||||
return FALSE
|
||||
|
||||
for(var/_M in mobs_viewing)
|
||||
var/mob/M = _M
|
||||
|
||||
Reference in New Issue
Block a user