mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-26 14:31:59 +01:00
Equip-O-Matic (#12641)
This commit is contained in:
@@ -948,4 +948,7 @@ modules/mob/living/carbon/human/life.dm if you die, you will be zoomed out.
|
||||
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"
|
||||
return "on [user.get_pronoun("his")] face"
|
||||
|
||||
/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
|
||||
|
||||
@@ -36,6 +36,9 @@
|
||||
if(!isnull(matter[material_type]))
|
||||
matter[material_type] *= force_divisor // May require a new var instead.
|
||||
|
||||
/obj/item/material/should_equip()
|
||||
return TRUE
|
||||
|
||||
/obj/item/material/get_material()
|
||||
return material
|
||||
|
||||
|
||||
@@ -5,6 +5,9 @@
|
||||
slot_r_hand_str = 'icons/mob/items/weapons/righthand_melee.dmi'
|
||||
)
|
||||
|
||||
/obj/item/melee/should_equip()
|
||||
return TRUE
|
||||
|
||||
/obj/item/melee/chainofcommand
|
||||
name = "chain of command"
|
||||
desc = "A tool used by great men to placate the frothing masses."
|
||||
|
||||
Reference in New Issue
Block a user