diff --git a/code/modules/clothing/under/_under.dm b/code/modules/clothing/under/_under.dm index 6fa8dd46db7f..bcf6f6c10867 100644 --- a/code/modules/clothing/under/_under.dm +++ b/code/modules/clothing/under/_under.dm @@ -167,7 +167,8 @@ var/turf/T = get_turf(src) if(!T) T = get_turf(user) - A.forceMove(get_turf(src)) + if(T) + A.forceMove(T) if(ishuman(loc)) var/mob/living/carbon/human/H = loc