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)