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