Skip to content

Commit

Permalink
СЕ дай пояс ну пж
Browse files Browse the repository at this point in the history
  • Loading branch information
Ssheya committed Oct 18, 2024
1 parent 6270856 commit 21f5af5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion code/game/objects/items/weapons/storage/belt.dm
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@
/obj/item/holosign_creator,
/obj/item/radio,
/obj/item/robotanalyzer,
/obj/item/clothing/gloves)
/obj/item/clothing/gloves,
/obj/item/rcd)

/obj/item/storage/belt/utility/full/populate_contents()
new /obj/item/screwdriver(src)
Expand Down Expand Up @@ -88,6 +89,7 @@
desc = "Holds tools, looks snazzy"
icon_state = "utilitybelt_ce"
item_state = "utility_ce"
storage_slots = 8

/obj/item/storage/belt/utility/chief/full/populate_contents()
new /obj/item/screwdriver/power(src)
Expand Down

0 comments on commit 21f5af5

Please sign in to comment.