From f15a251c3e7a41bad53123ae4082f87cd99a4cbe Mon Sep 17 00:00:00 2001 From: VerySoft Date: Sun, 5 Jun 2022 17:50:37 -0400 Subject: [PATCH] TO MANY TABS AAAAAAAA --- code/modules/mob/living/silicon/pai/pai.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/mob/living/silicon/pai/pai.dm b/code/modules/mob/living/silicon/pai/pai.dm index 2077f83a4f0..9c827839287 100644 --- a/code/modules/mob/living/silicon/pai/pai.dm +++ b/code/modules/mob/living/silicon/pai/pai.dm @@ -269,8 +269,8 @@ break holder.drop_from_inventory(card) else if(isbelly(card.loc)) //VOREStation edit. - to_chat(src, "There is no room to unfold in here. You're good and stuck.") //VOREStation edit. - return 0 //VOREStation edit. + to_chat(src, "There is no room to unfold in here. You're good and stuck.") //VOREStation edit. + return 0 //VOREStation edit. else if(istype(card.loc,/obj/item/device/pda)) var/obj/item/device/pda/holder = card.loc holder.pai = null