mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-30 15:38:02 +01:00
Fix some more issues (#19086)
* no longer exists * fuck off with that * . * .
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user