From a35abcdd29902c50b23cf676eb7a48b419b0d989 Mon Sep 17 00:00:00 2001
From: BiancaWilkson <42818125+BiancaWilkson@users.noreply.github.com>
Date: Wed, 26 Jun 2024 15:13:41 -0400
Subject: [PATCH] begone typo (#26049)
---
code/game/objects/structures/inflatable.dm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/code/game/objects/structures/inflatable.dm b/code/game/objects/structures/inflatable.dm
index 571d8a446a3..b79918fa9d8 100644
--- a/code/game/objects/structures/inflatable.dm
+++ b/code/game/objects/structures/inflatable.dm
@@ -7,7 +7,7 @@
/obj/item/inflatable/examine(mob/user)
. = ..()
- . += "Use this item in hand to create an inflatible wall."
+ . += "Use this item in hand to create an inflatable wall."
/obj/item/inflatable/attack_self(mob/user)
playsound(loc, 'sound/items/zip.ogg', 75, 1)