[MIRROR] Fix grammar error on Hilbert (#29549)

* Fix grammar error on Hilbert (#86015)

## About The Pull Request

Hilbert's Hotel is a mountain free zone.

## Changelog

🆑 LT3
spellcheck: Sneak a peek of Hilbert's Hotel, not a sneak peak
/🆑

* Fix grammar error on Hilbert

---------

Co-authored-by: lessthanthree <83487515+lessthnthree@users.noreply.github.com>
This commit is contained in:
SkyratBot
2024-08-26 11:47:53 +07:00
committed by GitHub
co-authored by lessthanthree
parent 8767295faa
commit 100e59272f
@@ -400,7 +400,7 @@ GLOBAL_VAR_INIT(hhMysteryRoomNumber, rand(1, 999999))
to_chat(user, span_warning("Drats! Your vision is too poor to use this!"))
return CLICK_ACTION_BLOCKING
to_chat(user, span_notice("You peak through the door's bluespace peephole..."))
to_chat(user, span_notice("You peek through the door's bluespace peephole..."))
user.reset_perspective(parentSphere)
var/datum/action/peephole_cancel/PHC = new
user.overlay_fullscreen("remote_view", /atom/movable/screen/fullscreen/impaired, 1)