Skip to content

Commit

Permalink
Adding an NGR mining webbing variant (#4051)
Browse files Browse the repository at this point in the history
<!-- Write **BELOW** The Headers and **ABOVE** The comments else it may
not be viewable. -->
<!-- You can view Contributing.MD for a detailed description of the pull
request process. -->

## About The Pull Request
In this PR I add the approved new (recolored) sprites for NGR mining
webbings, and replace generic ones on NGR ships with them instead.
Also I sneaked in mesons for the Wrecker on Kali-Adhil, since wrecking
without them proves to be quite difficult.
<!-- Describe The Pull Request. Please be sure every change is
documented or this can delay review and even discourage maintainers from
merging your PR! -->

## Why It's Good For The Game
Adds variety in NGR drip, brings us closer to faction unique aesthetics.
<!-- Please add a short description of why you think these changes would
benefit the game. If you can't justify it in words, it might not be
worth adding. -->

## Changelog

:cl:
balance: added mesons in Kali-Adhil Wrecker locker
imageadd: added NGR variant of mining webbing
/:cl:

<!-- Both :cl:'s are required for the changelog to work! You can put
your name to the right of the first :cl: if you want to overwrite your
GitHub username as author ingame. -->
<!-- You can use multiple of the same prefix (they're only used for the
icon ingame) and delete the unneeded ones. Despite some of the tags,
changelogs should generally represent how a player might be affected by
the changes rather than a summary of the PR's contents. -->
  • Loading branch information
Ahmedok authored Jan 21, 2025
1 parent 7425841 commit ac263cb
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 4 deletions.
6 changes: 3 additions & 3 deletions _maps/shuttles/syndicate/syndicate_ngr_derecho.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -1404,11 +1404,11 @@
pixel_x = 12;
pixel_y = 12
},
/obj/item/storage/belt/mining{
pixel_x = 5;
/obj/item/storage/belt/utility,
/obj/item/storage/belt/mining/ngr{
pixel_x = 4;
pixel_y = 8
},
/obj/item/storage/belt/utility,
/turf/open/floor/pod,
/area/ship/storage/equip)
"mJ" = (
Expand Down
3 changes: 2 additions & 1 deletion _maps/shuttles/syndicate/syndicate_ngr_kaliandhi.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -4887,7 +4887,8 @@
/obj/item/clothing/neck/shemagh/ngr,
/obj/item/clothing/mask/balaclava/ngr,
/obj/item/clothing/suit/hooded/wintercoat/security/ngr,
/obj/item/storage/belt/mining,
/obj/item/storage/belt/mining/ngr,
/obj/item/clothing/glasses/meson,
/turf/open/floor/pod,
/area/ship/hallway/fore)
"FJ" = (
Expand Down
8 changes: 8 additions & 0 deletions code/modules/clothing/factions/ngr.dm
Original file line number Diff line number Diff line change
Expand Up @@ -273,3 +273,11 @@
new /obj/item/ammo_box/magazine/m556_42_hydra(src)
new /obj/item/ammo_casing/a40mm(src)
new /obj/item/ammo_casing/a40mm(src)

/obj/item/storage/belt/mining/ngr
name = "NGR industrial webbing"
desc = "A set of industrial webbing used primarily by salvagers of the New Gorlex Republic, capable of holding mining equipment."
icon_state = "ngr_webbing_tan"
item_state = "ngr_webbing_tan"
icon = 'icons/obj/clothing/faction/ngr/belt.dmi'
mob_overlay_icon = 'icons/mob/clothing/faction/ngr/belt.dmi'
Binary file modified icons/mob/clothing/faction/ngr/belt.dmi
Binary file not shown.
Binary file modified icons/obj/clothing/faction/ngr/belt.dmi
Binary file not shown.

0 comments on commit ac263cb

Please sign in to comment.