Skip to content

Commit

Permalink
Garrow and Rover shotgun updates
Browse files Browse the repository at this point in the history
  • Loading branch information
AmoryBlaine committed Jun 29, 2024
1 parent 7c1c7ce commit 8112dc3
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 10 deletions.
1 change: 1 addition & 0 deletions code/datums/ammo/bullet/shotgun.dm
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@
living_mob.apply_effect(2, SLOW)
to_chat(living_mob, SPAN_HIGHDANGER("The impact knocks you off-balance!"))
living_mob.apply_stamina_damage(fired_projectile.ammo.damage, fired_projectile.def_zone, ARMOR_BULLET)

/datum/ammo/bullet/shotgun/buckshot/incendiary
name = "incendiary buckshot shell"
handful_state = "incen_buckshot"
Expand Down
20 changes: 14 additions & 6 deletions maps/map_files/golden_arrow/golden_arrow.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,6 @@
},
/obj/item/defenses/handheld/sentry,
/obj/structure/largecrate/supply/explosives/grenades/less{
icon_state = "case";
layer = 3.1;
pixel_x = 20;
pixel_y = 10
Expand Down Expand Up @@ -2281,7 +2280,6 @@
"iF" = (
/obj/structure/largecrate/supply/motiondetectors,
/obj/structure/largecrate/supply/explosives/grenades/less{
icon_state = "case";
pixel_y = 10
},
/obj/item/ammo_box/magazine/mk1{
Expand Down Expand Up @@ -3909,14 +3907,14 @@
/turf/open/floor/plating,
/area/golden_arrow/hangar)
"oK" = (
/obj/item/storage/box/guncase/pumpshotgun/special{
pixel_y = 4
},
/obj/item/storage/box/guncase/flamer/special{
layer = 3.1;
pixel_y = 10
},
/obj/structure/surface/rack,
/obj/item/storage/box/guncase/pumpshotgun,
/obj/item/ammo_magazine/shotgun/slugs,
/obj/item/attachable/stock,
/turf/open/floor/almayer,
/area/golden_arrow/platoonarmory)
"oM" = (
Expand Down Expand Up @@ -9785,6 +9783,16 @@
},
/turf/open/floor/almayer,
/area/golden_arrow/hangar)
"LP" = (
/obj/item/storage/box/guncase/flamer/special{
layer = 3.1;
pixel_y = 10
},
/obj/structure/surface/rack,
/obj/item/storage/box/guncase/pumpshotgun,
/obj/item/ammo_magazine/shotgun/slugs,
/turf/open/floor/almayer,
/area/golden_arrow/platoonarmory)
"LQ" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/pipes/standard/simple/hidden/supply,
Expand Down Expand Up @@ -25138,7 +25146,7 @@ EG
EG
EG
HZ
oK
LP
pd
Jx
Ot
Expand Down
8 changes: 4 additions & 4 deletions maps/map_files/rover/rover.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -485,13 +485,13 @@
/area/golden_arrow/hangar)
"en" = (
/obj/structure/surface/rack,
/obj/item/weapon/gun/shotgun/pump/special{
pixel_y = 10
},
/obj/structure/machinery/light{
dir = 8
},
/obj/item/ammo_magazine/shotgun/buckshot/special,
/obj/item/weapon/gun/shotgun/pump,
/obj/item/ammo_magazine/shotgun/buckshot,
/obj/item/ammo_magazine/shotgun/slugs,
/obj/item/attachable/stock,
/turf/open/floor/almayer{
icon_state = "plate"
},
Expand Down

0 comments on commit 8112dc3

Please sign in to comment.