mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 13:30:42 +01:00
Equip-O-Matic (#12641)
This commit is contained in:
@@ -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