diff --git a/code/game/objects/items/RCD.dm b/code/game/objects/items/RCD.dm index 61641e1d49..8e81735789 100644 --- a/code/game/objects/items/RCD.dm +++ b/code/game/objects/items/RCD.dm @@ -23,6 +23,7 @@ RLD throw_range = 5 w_class = WEIGHT_CLASS_NORMAL custom_materials = list(/datum/material/iron=100000) + slot_flags = ITEM_SLOT_BELT //GS13 EDIT req_access_txt = "11" armor = list(MELEE = 0, BULLET = 0, LASER = 0, ENERGY = 0, BOMB = 0, BIO = 0, RAD = 0, FIRE = 100, ACID = 50) resistance_flags = FIRE_PROOF diff --git a/code/game/objects/items/RPD.dm b/code/game/objects/items/RPD.dm index 6f263b7163..9d8ce412ca 100644 --- a/code/game/objects/items/RPD.dm +++ b/code/game/objects/items/RPD.dm @@ -205,6 +205,7 @@ GLOBAL_LIST_INIT(fluid_duct_recipes, list( throw_speed = 1 throw_range = 5 w_class = WEIGHT_CLASS_NORMAL + slot_flags = ITEM_SLOT_BELT custom_materials = list(/datum/material/iron=75000, /datum/material/glass=37500) armor = list(MELEE = 0, BULLET = 0, LASER = 0, ENERGY = 0, BOMB = 0, BIO = 0, RAD = 0, FIRE = 100, ACID = 50) resistance_flags = FIRE_PROOF