Skip to content

Commit

Permalink
Gives Sprite To Predator Toolbelt (#3889)
Browse files Browse the repository at this point in the history
# About the pull request

Creates a unique predator toolbelt with a unique sprite, replacing the
previously edited human toolbelt on the Predator ship. This belt retains
the same equipment and description of the prior one.

# Explain why it's good for the game

Looks slightly more unique and applicable to something a Predator may
carry.


# Testing Photographs and Procedure
<details>
<summary>Screenshots & Videos</summary>

![Screenshot 2023-07-14 22 08
43](https://github.com/cmss13-devs/cmss13/assets/6595389/f5201793-303d-4866-935e-d2e3d31749c0)

</details>


# Changelog
:cl:
add: Predator toolbelt is now a unique item with its own sprite.
/:cl:

---------

Co-authored-by: Steelpoint <[email protected]>
Co-authored-by: Morrow <[email protected]>
  • Loading branch information
3 people authored Jul 19, 2023
1 parent 02af095 commit 42b6ea5
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"
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 42b6ea5

Please sign in to comment.