mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-20 03:26:37 +01:00
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user