From e4b0ca0c6b68fa19c5351d5522fbf6c753222ceb Mon Sep 17 00:00:00 2001 From: CRUNCH <143041327+Fordoxia@users.noreply.github.com> Date: Mon, 18 Mar 2024 17:55:54 +0000 Subject: [PATCH] Update inflatable.dm (#24646) --- 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 21379834d7e..578d482c180 100644 --- a/code/game/objects/structures/inflatable.dm +++ b/code/game/objects/structures/inflatable.dm @@ -31,7 +31,7 @@ /obj/structure/inflatable/examine(mob/user) . = ..() - . += "Alt-Shift-Click to deflate [src]." + . += "Alt-Click to deflate [src]." /obj/structure/inflatable/Initialize(location) ..()