ok just skip this line I guess

This commit is contained in:
Poojawa
2020-01-21 23:33:11 -06:00
parent 9415ea095d
commit a665aeb50f
+1
View File
@@ -344,6 +344,7 @@
/obj/belly/proc/transfer_contents(var/atom/movable/content, var/obj/belly/target, silent = FALSE)
if(!(content in src) || !istype(target))
return
if(isliving(content))
var/mob/living/M = content
M.cure_blind("belly_[REF(src)]")
content.forceMove(target)