From 01fddbbc02e2adfa1c45ec05dc40c99441e6bf50 Mon Sep 17 00:00:00 2001 From: Layne <31356648+MisterLayne@users.noreply.github.com> Date: Mon, 11 Jun 2018 14:10:40 -0400 Subject: [PATCH] Sky is not a 'skiy' (#5344) * Clandestine (Original Commit) * Revert "Clandestine (Original Commit)" This reverts commit cdb1abb47b3720e9160a4942a06f1b9036db2c27. * the skiy --- code/modules/multiz/movement.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/multiz/movement.dm b/code/modules/multiz/movement.dm index 6cbef8586b..ea1a8b4706 100644 --- a/code/modules/multiz/movement.dm +++ b/code/modules/multiz/movement.dm @@ -451,7 +451,7 @@ if(!silent) if(planetary) visible_message("\A [src] falls out of the sky and crashes into \the [landing]!", \ - " You fall out of the skiy and crash into \the [landing]!", \ + " You fall out of the sky and crash into \the [landing]!", \ "You hear something slam into \the [landing].") var/turf/T = get_turf(landing) explosion(T, 0, 1, 2)