Fixes suit removal item dropping (#26138)

This commit is contained in:
Cyberboss
2017-04-13 18:21:42 -04:00
committed by duncathan salt
parent 44b85bf82c
commit 68d760b5b2
@@ -141,7 +141,7 @@
return not_handled //For future deeper overrides
/mob/living/carbon/human/doUnEquip(obj/item/I, force, newloc, no_move, invdrop)
/mob/living/carbon/human/doUnEquip(obj/item/I, force, newloc, no_move, invdrop = TRUE)
. = ..() //See mob.dm for an explanation on this and some rage about people copypasting instead of calling ..() like they should.
if(!. || !I)
return