From e78929cde150e908bf7cdf6ca33758e627f87587 Mon Sep 17 00:00:00 2001 From: Timothy Teakettle <59849408+timothyteakettle@users.noreply.github.com> Date: Fri, 11 Jun 2021 17:55:38 +0100 Subject: [PATCH] typo --- code/datums/elements/mob_holder.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/datums/elements/mob_holder.dm b/code/datums/elements/mob_holder.dm index 962ed3d63f..92ee9be7d2 100644 --- a/code/datums/elements/mob_holder.dm +++ b/code/datums/elements/mob_holder.dm @@ -196,7 +196,7 @@ return location.remove_air(amount) // escape when found if applicable -/obj/item/clothing/head/mob_holder/on_find(mob/living/finder) +/obj/item/clothing/head/mob_holder/on_found(mob/living/finder) if(escape_on_find) finder.visible_message("[finder] accidentally releases the [held_mob]!") release()