diff --git a/code/modules/mining/equipment/resonator.dm b/code/modules/mining/equipment/resonator.dm index 5019e023d31..511ed0bb0bf 100644 --- a/code/modules/mining/equipment/resonator.dm +++ b/code/modules/mining/equipment/resonator.dm @@ -11,6 +11,7 @@ w_class = WEIGHT_CLASS_NORMAL force = 15 throwforce = 10 + slot_flags = ITEM_SLOT_BELT /// the mode of the resonator; has three modes: auto (1), manual (2), and matrix (3) var/mode = RESONATOR_MODE_AUTO diff --git a/icons/mob/clothing/belt.dmi b/icons/mob/clothing/belt.dmi index a50350f5d5e..62cc25aaf33 100644 Binary files a/icons/mob/clothing/belt.dmi and b/icons/mob/clothing/belt.dmi differ