[MIRROR] fixes a typo during window construction [MDB IGNORE] (#16407)

* fixes a typo during window construction (#70087)

replaces 'from the floor' to 'to the floor' since you're building the window, not deconstructing it.

* fixes a typo during window construction

Co-authored-by: coldud13 <coldud13@users.noreply.github.com>
This commit is contained in:
SkyratBot
2022-09-24 22:21:19 +01:00
committed by GitHub
co-authored by coldud13
parent e70a595e01
commit 28ec8d73b1
+1 -1
View File
@@ -221,7 +221,7 @@
set_anchored(FALSE)
to_chat(user, span_notice("You unfasten the frame from the floor."))
else
to_chat(user, span_notice("You begin to screw the frame from to floor..."))
to_chat(user, span_notice("You begin to screw the frame to the floor..."))
if(tool.use_tool(src, user, decon_speed, volume = 75, extra_checks = CALLBACK(src, .proc/check_state_and_anchored, state, anchored)))
set_anchored(TRUE)
to_chat(user, span_notice("You fasten the frame to the floor."))