mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-24 09:02:27 +00:00
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user