From 07d15b0720841d09e9c3eb5823254614b04f75d5 Mon Sep 17 00:00:00 2001 From: CHOMPStation2StaffMirrorBot <94713762+CHOMPStation2StaffMirrorBot@users.noreply.github.com> Date: Sun, 5 Oct 2025 16:44:00 -0700 Subject: [PATCH] [MIRROR] Fixes Strip --- code/modules/mob/living/carbon/human/stripping.dm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/code/modules/mob/living/carbon/human/stripping.dm b/code/modules/mob/living/carbon/human/stripping.dm index 45115377bc9..30c2136c509 100644 --- a/code/modules/mob/living/carbon/human/stripping.dm +++ b/code/modules/mob/living/carbon/human/stripping.dm @@ -106,7 +106,11 @@ visible_message(span_danger("\The [user] is trying to put \a [G.wrapped] on \the [src]!")) //CHOMPEdit End +<<<<<<< HEAD if(!do_after(user,HUMAN_STRIP_DELAY,src)) +======= + if(!do_after(user, HUMAN_STRIP_DELAY, target = src, max_interact_count = 15)) +>>>>>>> 7401d6fba9 ([MIRROR] Fixes Strip (#11781)) return if(!stripping)