From 55e9c69df0a76d8a57f313746fc5603e8ea43b90 Mon Sep 17 00:00:00 2001 From: Dahlular Date: Sat, 18 Apr 2020 20:35:01 -0600 Subject: [PATCH] STUPID BITCH FUCK YOU --- hyperstation/code/modules/resize/resizing.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)