mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-19 11:05:50 +01:00
upports syndicate pai pet from chomp and emag behaviors (#19249)
* upporting syndicate pai pet * tgui data * don't emag cards without a pai * aaugghh * allow bingle pai, pai counts for lonely * modular computers * fix that * . * emag * that'S fine * pai card as antag tools * . * trashcatch * that * . * only show emag chassis if we have a toolkit too * . * . --------- Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
@@ -539,7 +539,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
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user