diff --git a/hyperstation/code/modules/resize/resizing.dm b/hyperstation/code/modules/resize/resizing.dm
index 2d161a5c..e536bff6 100644
--- a/hyperstation/code/modules/resize/resizing.dm
+++ b/hyperstation/code/modules/resize/resizing.dm
@@ -136,7 +136,7 @@ mob/living/get_effective_size()
tmob.mob_pickupfeet(H)
else
to_chat(H,"You stomp your foot into [tmob], curling your toes and picking them up!")
- to_chat(tmob,"span class='danger'>[H]'s toes pin you down and curl around you, picking you up!'")
+ to_chat(tmob,"[H]'s toes pin you down and curl around you, picking you up!'")
sizediffStamLoss(tmob)
sizediffStun(tmob)
tmob.mob_pickupfeet(H)