Skip to content

Commit

Permalink
Update belt.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
Ssheya authored Oct 18, 2024
1 parent b8304e2 commit e9ce427
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions code/game/objects/items/weapons/storage/belt.dm
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,7 @@
/obj/item/holosign_creator,
/obj/item/radio,
/obj/item/robotanalyzer,
/obj/item/clothing/gloves,
/obj/item/rcd)
/obj/item/clothing/gloves)

/obj/item/storage/belt/utility/full/populate_contents()
new /obj/item/screwdriver(src)
Expand Down Expand Up @@ -89,7 +88,6 @@
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 e9ce427

Please sign in to comment.