Skip to content

Commit

Permalink
PredBeltCommit
Browse files Browse the repository at this point in the history
  • Loading branch information
Steelpoint committed Jul 14, 2023
1 parent 82a52f7 commit 0b03a52
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 27 deletions.
7 changes: 7 additions & 0 deletions code/game/objects/items/storage/belt.dm
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,13 @@
new /obj/item/tool/wirecutters(src)
new /obj/item/device/t_scanner(src)

/obj/item/storage/belt/utility/full/pred
name = "\improper Yautja toolbelt" //Carn: utility belt is nicer, but it bamboozles the text parsing.
desc = "A modular belt with various clips. This version lacks any hunting functionality, and is commonly used by engineers to transport important tools."
icon = 'icons/obj/items/hunter/pred_gear.dmi'
icon_state = "utilitybelt_pred"
item_state = "utility"

/obj/item/storage/belt/medical
name = "\improper M276 pattern medical storage rig"
desc = "The M276 is the standard load-bearing equipment of the USCM. It consists of a modular belt with various clips. This version is a less common configuration, designed to transport medical supplies and pistol ammunition. \nRight click its sprite and click \"toggle belt mode\" to take pills out of bottles by simply clicking them."
Expand Down
Binary file modified icons/obj/items/hunter/pred_gear.dmi
Binary file not shown.
34 changes: 7 additions & 27 deletions maps/predship/huntership.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -2002,37 +2002,17 @@
},
/area/yautja)
"ov" = (
/obj/item/storage/belt/utility/full{
color = "#6b675e";
desc = "A modular belt with various clips. This version lacks any hunting functionality, and is commonly used by engineers to transport important tools.";
name = "\improper Yautja toolbelt"
},
/obj/item/storage/belt/utility/full{
color = "#6b675e";
desc = "A modular belt with various clips. This version lacks any hunting functionality, and is commonly used by engineers to transport important tools.";
name = "\improper Yautja toolbelt"
},
/obj/item/storage/belt/utility/full{
color = "#6b675e";
desc = "A modular belt with various clips. This version lacks any hunting functionality, and is commonly used by engineers to transport important tools.";
name = "\improper Yautja toolbelt"
},
/obj/item/storage/belt/utility/full{
color = "#6b675e";
desc = "A modular belt with various clips. This version lacks any hunting functionality, and is commonly used by engineers to transport important tools.";
name = "\improper Yautja toolbelt"
},
/obj/item/storage/belt/utility/full{
color = "#6b675e";
desc = "A modular belt with various clips. This version lacks any hunting functionality, and is commonly used by engineers to transport important tools.";
name = "\improper Yautja toolbelt"
},
/obj/item/stack/yautja_rope,
/obj/item/stack/yautja_rope,
/obj/structure/surface/rack{
color = "#6b675e";
layer = 2.79
},
/obj/item/storage/belt/utility/full/pred,
/obj/item/storage/belt/utility/full/pred,
/obj/item/storage/belt/utility/full/pred,
/obj/item/storage/belt/utility/full/pred,
/obj/item/storage/belt/utility/full/pred,
/obj/item/stack/yautja_rope,
/obj/item/stack/yautja_rope,
/turf/open/floor/corsat{
dir = 1;
icon_state = "squareswood"
Expand Down

0 comments on commit 0b03a52

Please sign in to comment.