Skip to content

Commit

Permalink
Replaces Rubbershot on the Kilo and Scarab with Buckshot (#3708)
Browse files Browse the repository at this point in the history
## About The Pull Request

Says on the tin.

## Why It's Good For The Game

Every round on both these ships I've seen the boxes either go unused or
recycled. What am I gonna shoot them at? Goliaths? My own crew?

## Changelog

:cl:
balance: Replaced rubbershot on the Kilo and Scarab with buckshot
/:cl:

---------

Signed-off-by: generalthrax <[email protected]>
  • Loading branch information
generalthrax authored Nov 19, 2024
1 parent 5be3bd7 commit 0c2db09
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 4 additions & 1 deletion _maps/shuttles/independent/independent_kilo.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -661,7 +661,10 @@
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
dir = 8
},
/obj/item/storage/box/ammo/a12g_rubbershot,
/obj/item/storage/box/ammo/a12g_buckshot,
/obj/item/gun/ballistic/shotgun/doublebarrel/presawn{
default_ammo_type = 0
},
/obj/structure/cable/pink{
icon_state = "4-10"
},
Expand Down
4 changes: 0 additions & 4 deletions _maps/shuttles/independent/independent_scarab.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -3987,10 +3987,6 @@
dir = 5
},
/obj/structure/rack,
/obj/item/storage/box/ammo/a12g_rubbershot{
pixel_x = -4;
pixel_y = 9
},
/obj/item/storage/box/ammo/a12g_buckshot{
pixel_y = 2;
pixel_x = 4
Expand Down

0 comments on commit 0c2db09

Please sign in to comment.