diff --git a/code/modules/mob/living/simple_animal/friendly/cat.dm b/code/modules/mob/living/simple_animal/friendly/cat.dm index 36b17dc84c..47de0e605f 100644 --- a/code/modules/mob/living/simple_animal/friendly/cat.dm +++ b/code/modules/mob/living/simple_animal/friendly/cat.dm @@ -400,7 +400,6 @@ catto.name = H.name catto.desc = "A cute catto! They remind you of [H] somehow." catto.color = "#[H.dna.features["mcolor"]]" - //H.forceMove(locate(10,6,1))//To the zelda room. H.moveToNullspace() /datum/reagent/fermi/secretcatchem/on_mob_life(mob/living/carbon/H) @@ -411,7 +410,7 @@ /datum/reagent/fermi/secretcatchem/on_mob_delete(mob/living/carbon/H) var/words = "Your body shifts back to normal." - H.forceMove(catto) + H.forceMove(catto.loc) catto.mind.transfer_to(H) if(catshift == TRUE) words += " ...But wait, are those ears and a tail?" diff --git a/modular_citadel/code/modules/arousal/organs/genitals.dm b/modular_citadel/code/modules/arousal/organs/genitals.dm index 8c6d9df54a..a2b4a34549 100644 --- a/modular_citadel/code/modules/arousal/organs/genitals.dm +++ b/modular_citadel/code/modules/arousal/organs/genitals.dm @@ -216,7 +216,6 @@ B.prev_size = 0 else if (B.cached_size == "huge") B.prev_size = "huge" - message_admins("I hate genitals, this should not appear. I'm so mad.") else B.cached_size = B.breast_values[B.size] B.prev_size = B.size