Skip to content

Commit

Permalink
Adds rail lights to inteq ships. (#3605)
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
Title. Also tweaks the cargo order - it costs 100 instead of 250 now.
<!-- 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
- I think rail lights have a great vibe for inteq and would fit them
well. Probably fitting for other factions too but I'm lazy.
- Price reduced because, ima be real, 250 for a funny light, while More
Important Gear costs the same, is NOT worth it.
<!-- 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:
add: All the inteq ships (and the beluga inteq office) now start with a
rail light for every gun.
tweak: Rail light crate now costs 100 credits.
/: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
Sadhorizon authored Oct 26, 2024
1 parent 6379501 commit 9f1ac5f
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 5 deletions.
2 changes: 2 additions & 0 deletions _maps/shuttles/independent/independent_beluga.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -4569,6 +4569,8 @@
pixel_y = 7;
pixel_x = -8
},
/obj/item/attachment/rail_light,
/obj/item/attachment/rail_light,
/turf/open/floor/plasteel/tech/grid,
/area/ship/security)
"SK" = (
Expand Down
4 changes: 4 additions & 0 deletions _maps/shuttles/inteq/inteq_colossus.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -4340,6 +4340,10 @@
/obj/item/melee/knife/survival,
/obj/item/melee/knife/survival,
/obj/item/melee/knife/survival,
/obj/item/attachment/rail_light,
/obj/item/attachment/rail_light,
/obj/item/attachment/rail_light,
/obj/item/attachment/rail_light,
/turf/open/floor/plasteel/tech/grid,
/area/ship/security/armory)
"WG" = (
Expand Down
4 changes: 4 additions & 0 deletions _maps/shuttles/inteq/inteq_hound.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -1390,6 +1390,10 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 9
},
/obj/item/attachment/rail_light,
/obj/item/attachment/rail_light,
/obj/item/attachment/rail_light,
/obj/item/attachment/rail_light,
/turf/open/floor/carpet/orange,
/area/ship/bridge)
"EC" = (
Expand Down
7 changes: 3 additions & 4 deletions _maps/shuttles/inteq/inteq_talos.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -6543,10 +6543,9 @@
/obj/structure/sign/poster/official/ion_carbine{
pixel_x = -32
},
/obj/item/toy/plush/moth/deadhead{
pixel_x = 3;
pixel_y = 3
},
/obj/item/attachment/rail_light,
/obj/item/attachment/rail_light,
/obj/item/attachment/rail_light,
/turf/open/floor/plasteel/tech/grid,
/area/ship/security/armory)
"QR" = (
Expand Down
3 changes: 3 additions & 0 deletions _maps/shuttles/inteq/inteq_valor.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -519,6 +519,9 @@
},
/obj/item/clothing/mask/gas/sechailer/balaclava/inteq,
/obj/item/clothing/mask/gas/sechailer/balaclava/inteq,
/obj/item/attachment/rail_light,
/obj/item/attachment/rail_light,
/obj/item/attachment/rail_light,
/turf/open/floor/plasteel/dark,
/area/ship/security)
"ey" = (
Expand Down
3 changes: 3 additions & 0 deletions _maps/shuttles/inteq/inteq_vaquero.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -2217,6 +2217,9 @@
/obj/item/melee/knife/survival,
/obj/item/melee/knife/survival,
/obj/item/melee/knife/survival,
/obj/item/attachment/rail_light,
/obj/item/attachment/rail_light,
/obj/item/attachment/rail_light,
/turf/open/floor/plasteel/tech/grid,
/area/ship/security)
"HN" = (
Expand Down
2 changes: 1 addition & 1 deletion code/modules/cargo/packs/gun.dm
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@
/datum/supply_pack/gun/attachment/rail_light
name = "Tactical Rail Light Crate"
desc = "Contains a single rail light to be mounted on a firearm."
cost = 250
cost = 100
contains = list(/obj/item/attachment/rail_light)
crate_name = "rail light crate"

Expand Down

0 comments on commit 9f1ac5f

Please sign in to comment.