This commit is contained in:
Wowzewow (Wezzy)
2020-12-02 04:07:02 +08:00
committed by GitHub
parent 7516bbad0b
commit 0ff6c28f10
2 changed files with 44 additions and 3 deletions

View File

@@ -315,8 +315,8 @@
open_up()
/mob/living/silicon/pai/proc/open_up(var/loud = TRUE)
if(istype(card.loc, /mob/living/bot))
to_chat(src, SPAN_WARNING("You cannot unfold while inside the bot!"))
if(istype(card.loc, /mob/living/bot) || istype(card.loc, /obj/item/glass_jar))
to_chat(src, SPAN_WARNING("There is no room to unfold!"))
return FALSE
//I'm not sure how much of this is necessary, but I would rather avoid issues.
@@ -526,4 +526,4 @@
card.setEmotion(pai_emotions[selection])
/obj/item/device/radio/pai
canhear_range = 0 // only people on their tile
canhear_range = 0 // only people on their tile