diff --git a/code/ZAS/Airflow.dm b/code/ZAS/Airflow.dm index 3646dda393f..e6126f5b76f 100644 --- a/code/ZAS/Airflow.dm +++ b/code/ZAS/Airflow.dm @@ -13,7 +13,7 @@ mob/proc/airflow_stun() src << "You stay upright as the air rushes past you." return 0 if(!lying) - src << "The sudden rush of air pushese you around!" + src << "The sudden rush of air pushes you around!" // Weaken(5) last_airflow_stun = world.time