Skip to content

Commit

Permalink
woah
Browse files Browse the repository at this point in the history
  • Loading branch information
rye-rice committed Jan 10, 2024
1 parent 2c8def4 commit eaadd70
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions _maps/shuttles/roumain/srm_glaive.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -979,7 +979,7 @@
/obj/item/borg/upgrade/modkit/indoors,
/obj/item/gun/energy/kinetic_accelerator,
/obj/item/storage/bag/ore,
/obj/item/gun/ballistic/shotgun/flamingarrow/mk1,
/obj/item/gun/ballistic/shotgun/flamingarrow/bolt,
/obj/item/shovel,
/obj/item/gps/mining,
/obj/structure/closet/secure_closet/miningcloset,
Expand Down Expand Up @@ -2835,7 +2835,7 @@
},
/obj/item/circuitboard/machine/rdserver,
/obj/item/circuitboard/machine/autolathe,
/obj/item/disk/design_disk/ammo_n762,
/obj/item/ammo_box/c38_box,
/obj/item/disk/design_disk/ammo_1911,
/obj/item/circuitboard/machine/protolathe/department/ballistics,
/obj/item/circuitboard/computer/rdconsole,
Expand Down
1 change: 0 additions & 1 deletion code/modules/projectiles/guns/ballistic/assault.dm
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,6 @@
manufacturer = MANUFACTURER_HUNTERSPRIDE

rack_sound = 'sound/weapons/gun/rifle/ar_cock.ogg'
eject_sound_vary = FALSE

spread_unwielded = 25
recoil = 0
Expand Down
1 change: 1 addition & 0 deletions code/modules/projectiles/guns/ballistic/rifle.dm
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@
internal_magazine = FALSE
mag_type = /obj/item/ammo_box/magazine/illestren_a850r
empty_autoeject = TRUE
eject_sound_vary = FALSE
can_be_sawn_off = TRUE
manufacturer = MANUFACTURER_HUNTERSPRIDE

Expand Down

0 comments on commit eaadd70

Please sign in to comment.