Update inflatable.dm (#24646)

This commit is contained in:
CRUNCH
2024-03-18 17:55:54 +00:00
committed by GitHub
parent fa9246ec60
commit e4b0ca0c6b
+1 -1
View File
@@ -31,7 +31,7 @@
/obj/structure/inflatable/examine(mob/user)
. = ..()
. += "<span class='notice'><b>Alt-Shift-Click</b> to deflate [src].</span>"
. += "<span class='notice'><b>Alt-Click</b> to deflate [src].</span>"
/obj/structure/inflatable/Initialize(location)
..()