Allow promethean boops
This commit is contained in:
Aronai Sieyes
2021-08-07 18:39:27 -04:00
parent 029dd06a33
commit 16fde126e6
@@ -150,8 +150,11 @@ var/datum/species/shapeshifter/promethean/prometheans
H.equip_to_slot_or_del(L, slot_in_backpack)
/datum/species/shapeshifter/promethean/hug(var/mob/living/carbon/human/H, var/mob/living/target)
if(H.zone_sel.selecting == "head" || H.zone_sel.selecting == "r_hand" || H.zone_sel.selecting == "l_hand") return ..() //VOREStation Edit
var/static/list/parent_handles = list("head", "r_hand", "l_hand", "mouth")
if(H.zone_sel.selecting in parent_handles)
return ..()
var/t_him = "them"
if(ishuman(target))
var/mob/living/carbon/human/T = target