From 3f077df500bb451496247862b6ed2217fd2b936b Mon Sep 17 00:00:00 2001 From: Ghommie <42542238+Ghommie@users.noreply.github.com> Date: Wed, 27 Nov 2019 06:40:32 +0100 Subject: [PATCH] redundant. --- code/modules/mob/mob.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/modules/mob/mob.dm b/code/modules/mob/mob.dm index ca0141bec4..7a4603228a 100644 --- a/code/modules/mob/mob.dm +++ b/code/modules/mob/mob.dm @@ -451,7 +451,6 @@ /mob/proc/transfer_ckey(mob/new_mob, send_signal = TRUE) if(!ckey || !new_mob) CRASH("transfer_ckey() called [ckey ? "" : "on a ckey-less mob[new_mob ? "" : " and "]"][new_mob ? "" : "without a valid mob target"]!") - return FALSE if(send_signal) SEND_SIGNAL(src, COMSIG_MOB_KEY_CHANGE, new_mob, src) new_mob.ckey = ckey