[MIRROR] Paicontroller subsystem port (#12484)

This commit is contained in:
CHOMPStation2StaffMirrorBot
2026-03-04 20:22:33 +01:00
committed by GitHub
parent bb87aa896b
commit 33d52d9a7d
95 changed files with 4055 additions and 2704 deletions
@@ -541,6 +541,9 @@
M.Translate(closet_appearance.door_hinge, 0)
return M
/obj/structure/closet/allow_pai_interaction(proximity_flag)
return proximity_flag
//verb to eat people in the same closet as yourself
/obj/structure/closet/verb/hidden_vore()
+3
View File
@@ -211,6 +211,9 @@
if(get_dist(user,src) <= 1) //not remotely though
return attack_hand(user)
/obj/structure/fence/door/allow_pai_interaction(proximity_flag)
return proximity_flag
/obj/structure/fence/door/proc/toggle(mob/user)
switch(open)
if(FALSE)
@@ -201,6 +201,9 @@
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)
return proximity_flag
/obj/machinery/shower/click_alt(mob/user)
..()
var/list/temperature_settings = list(SHOWER_NORMAL, SHOWER_BOILING, SHOWER_FREEZING)