From 75c10fcc7629bb6874ff16d31f5cfeb2960f0ae1 Mon Sep 17 00:00:00 2001 From: SabreML <57483089+SabreML@users.noreply.github.com> Date: Wed, 31 Jan 2024 12:09:06 +0000 Subject: [PATCH] how does this keep happening --- code/game/objects/structures/tables_racks.dm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/code/game/objects/structures/tables_racks.dm b/code/game/objects/structures/tables_racks.dm index d62c4b574629..a1542f7baf75 100644 --- a/code/game/objects/structures/tables_racks.dm +++ b/code/game/objects/structures/tables_racks.dm @@ -356,8 +356,7 @@ if(!can_touch(usr)) return - // Small regular mob, or very small xeno. - if(usr.mob_size == MOB_SIZE_SMALL || usr.mob_size == MOB_SIZE_XENO_VERY_SMALL) + if(usr.mob_size == MOB_SIZE_SMALL) to_chat(usr, SPAN_WARNING("[isxeno(usr) ? "We are" : "You're"] too small to flip [src].")) return