mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-25 05:51:56 +01:00
Neck Examines (#11900)
This commit is contained in:
@@ -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"
|
||||
@@ -135,8 +135,12 @@
|
||||
icon_state = "adhomai_clock"
|
||||
item_state = "adhomai_clock"
|
||||
contained_sprite = TRUE
|
||||
slot_flags = SLOT_MASK
|
||||
var/static/months = list("Menshe-aysaif", "Sil'nryy-aysaif", "Menshe-rhazzimy", "Sil'nryy-rhazzimy")
|
||||
|
||||
/obj/item/pocketwatch/adhomai/get_mask_examine_text(mob/user)
|
||||
return "around [user.get_pronoun("his")] neck"
|
||||
|
||||
/obj/item/pocketwatch/adhomai/checktime(mob/user)
|
||||
set category = "Object"
|
||||
set name = "Check Time"
|
||||
|
||||
Reference in New Issue
Block a user