Neck Examines (#11900)

This commit is contained in:
Geeves
2021-05-19 23:40:39 +02:00
committed by GitHub
parent f4f48cf593
commit 5f2fe3309f
8 changed files with 33 additions and 4 deletions
+6
View File
@@ -934,3 +934,9 @@ modules/mob/living/carbon/human/life.dm if you die, you will be zoomed out.
/obj/item/proc/get_belt_overlay() //Returns the icon used for overlaying the object on a belt
return mutable_appearance('icons/obj/clothing/belt_overlays.dmi', icon_state)
/obj/item/proc/get_ear_examine_text(var/mob/user, var/ear_text = "left")
return "on [user.get_pronoun("his")] [ear_text] ear"
/obj/item/proc/get_mask_examine_text(var/mob/user)
return "on [user.get_pronoun("his")] face"