mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-18 22:22:09 +00:00
@@ -10,7 +10,7 @@
|
|||||||
/obj/item/weapon/tape_roll/proc/can_place(var/mob/living/carbon/human/H, var/mob/user)
|
/obj/item/weapon/tape_roll/proc/can_place(var/mob/living/carbon/human/H, var/mob/user)
|
||||||
if(istype(user, /mob/living/silicon/robot) || user == H)
|
if(istype(user, /mob/living/silicon/robot) || user == H)
|
||||||
return TRUE
|
return TRUE
|
||||||
|
|
||||||
for (var/obj/item/weapon/grab/G in H.grabbed_by)
|
for (var/obj/item/weapon/grab/G in H.grabbed_by)
|
||||||
if (G.loc == user && G.state >= GRAB_AGGRESSIVE)
|
if (G.loc == user && G.state >= GRAB_AGGRESSIVE)
|
||||||
return TRUE
|
return TRUE
|
||||||
@@ -33,7 +33,7 @@
|
|||||||
to_chat(user, "<span class='warning'>\The [H] doesn't have any eyes.</span>")
|
to_chat(user, "<span class='warning'>\The [H] doesn't have any eyes.</span>")
|
||||||
return
|
return
|
||||||
if(H.glasses)
|
if(H.glasses)
|
||||||
to_chat(user, "<span class='warning'>\The [H] is already wearing somethign on their eyes.</span>")
|
to_chat(user, "<span class='warning'>\The [H] is already wearing something on their eyes.</span>")
|
||||||
return
|
return
|
||||||
if(H.head && (H.head.body_parts_covered & FACE))
|
if(H.head && (H.head.body_parts_covered & FACE))
|
||||||
to_chat(user, "<span class='warning'>Remove their [H.head] first.</span>")
|
to_chat(user, "<span class='warning'>Remove their [H.head] first.</span>")
|
||||||
|
|||||||
Reference in New Issue
Block a user