diff --git a/code/game/objects/structures/inflatable.dm b/code/game/objects/structures/inflatable.dm index a9b1359b75..0aae020ba1 100644 --- a/code/game/objects/structures/inflatable.dm +++ b/code/game/objects/structures/inflatable.dm @@ -111,6 +111,7 @@ if(isobserver(usr)) //to stop ghosts from deflating return + verbs -= /obj/structure/inflatable/verb/hand_deflate deflate() /obj/structure/inflatable/attack_generic(var/mob/user, var/damage, var/attack_verb)