[MIRROR] upports syndicate pai pet from chomp and emag behaviors (#12489)

Co-authored-by: Will <7099514+Willburd@users.noreply.github.com>
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2026-03-05 22:18:18 +01:00
committed by GitHub
co-authored by Will Kashargul
parent d1b551f8f5
commit 99792a5cb9
42 changed files with 453 additions and 190 deletions
@@ -541,7 +541,7 @@
M.Translate(closet_appearance.door_hinge, 0)
return M
/obj/structure/closet/allow_pai_interaction(proximity_flag)
/obj/structure/closet/allow_pai_interaction(mob/living/silicon/pai/user, proximity_flag)
return proximity_flag
//verb to eat people in the same closet as yourself
+1 -1
View File
@@ -211,7 +211,7 @@
if(get_dist(user,src) <= 1) //not remotely though
return attack_hand(user)
/obj/structure/fence/door/allow_pai_interaction(proximity_flag)
/obj/structure/fence/door/allow_pai_interaction(mob/living/silicon/pai/user, proximity_flag)
return proximity_flag
/obj/structure/fence/door/proc/toggle(mob/user)
+1 -1
View File
@@ -201,7 +201,7 @@
if(istype(I, /obj/item/analyzer)) //Lol? Why...
to_chat(user, span_notice("The water temperature seems to be [current_temperature]."))
/obj/machinery/shower/allow_pai_interaction(proximity_flag)
/obj/machinery/shower/allow_pai_interaction(mob/living/silicon/pai/user, proximity_flag)
return proximity_flag
/obj/machinery/shower/click_alt(mob/user)