Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gives Sprite To Predator Toolbelt #3889

Merged
merged 6 commits into from
Jul 19, 2023
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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