mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-25 14:16:58 +01:00
[MIRROR] Paicontroller subsystem port (#12484)
This commit is contained in:
@@ -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()
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user