Skip to content

Commit

Permalink
Adds survival knives to the Colossus, Talos and Vaquero. (#2735)
Browse files Browse the repository at this point in the history
## About The Pull Request
As the name says!
## Why It's Good For The Game

It's kind of fucked only the Valor gets them.
## Changelog

:cl:
add: Survival knives to every inteq ship.
/: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
Martinpachu authored Mar 6, 2024
1 parent 0836f9e commit 312dfa0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions _maps/shuttles/inteq/inteq_colossus.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -4307,6 +4307,10 @@
/obj/item/reagent_containers/spray/pepper,
/obj/item/reagent_containers/spray/pepper,
/obj/item/reagent_containers/spray/pepper,
/obj/item/kitchen/knife/combat/survival,
/obj/item/kitchen/knife/combat/survival,
/obj/item/kitchen/knife/combat/survival,
/obj/item/kitchen/knife/combat/survival,
/turf/open/floor/plasteel/tech/grid,
/area/ship/security/armory)
"WG" = (
Expand Down
3 changes: 3 additions & 0 deletions _maps/shuttles/inteq/inteq_talos.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -5624,6 +5624,9 @@
pixel_x = -1;
pixel_y = 3
},
/obj/item/kitchen/knife/combat/survival,
/obj/item/kitchen/knife/combat/survival,
/obj/item/kitchen/knife/combat/survival,
/turf/open/floor/plasteel/tech/grid,
/area/ship/security/armory)
"JT" = (
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 @@ -2214,6 +2214,9 @@
pixel_y = 23
},
/obj/effect/decal/cleanable/dirt/dust,
/obj/item/kitchen/knife/combat/survival,
/obj/item/kitchen/knife/combat/survival,
/obj/item/kitchen/knife/combat/survival,
/turf/open/floor/plasteel/tech/grid,
/area/ship/security)
"HN" = (
Expand Down

0 comments on commit 312dfa0

Please sign in to comment.