[MIRROR] Fix some more issues (#12321)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2026-01-24 23:50:47 +01:00
committed by GitHub
co-authored by Kashargul
parent b13d66ff41
commit 16dfa3fc1e
4 changed files with 5 additions and 5 deletions
+3 -1
View File
@@ -27,8 +27,10 @@ var/list/holder_mob_icon_cache = list()
var/original_vis_flags = NONE
/obj/item/holder/Initialize(mapload, mob/held)
ASSERT(ismob(held))
. = ..()
if(!ismob(held))
stack_trace("Holder was not passed a mob.")
return INITIALIZE_HINT_QDEL
held.forceMove(src)
START_PROCESSING(SSobj, src)