Fixes the examine text for Bulwark horns (#12733)

This commit is contained in:
desven
2021-11-07 21:27:32 +01:00
committed by GitHub
parent 47f789bce2
commit b88684d593
4 changed files with 13 additions and 3 deletions
+3
View File
@@ -951,5 +951,8 @@ modules/mob/living/carbon/human/life.dm if you die, you will be zoomed out.
/obj/item/proc/get_mask_examine_text(var/mob/user)
return "on [user.get_pronoun("his")] face"
/obj/item/proc/get_head_examine_text(var/mob/user)
return "on [user.get_pronoun("his")] head"
/obj/item/proc/should_equip() // when you press E with an empty hand, will this item be pulled from suit storage / back slot and put into your hand
return FALSE