Fix some more issues (#19086)

* no longer exists

* fuck off with that

* .

* .
This commit is contained in:
Kashargul
2026-01-24 23:04:02 +01:00
committed by GitHub
parent 5c269fd21d
commit 4f7446055b
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)