Skip to content

Commit

Permalink
Adds SOM tank and it's weapons to Valhalla, adds a mech computer to t…
Browse files Browse the repository at this point in the history
…he vehicle area (#16254)
  • Loading branch information
Wisemonster committed Jul 6, 2024
1 parent 5e6a32b commit ab4a504
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
6 changes: 5 additions & 1 deletion _maps/map_files/generic/Admin_Level.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -6515,6 +6515,10 @@
/obj/item/storage/box/lights/mixed,
/turf/open/floor/tile/dark/gray,
/area/centcom/valhalla)
"jfw" = (
/obj/machinery/computer/mech_builder,
/turf/open/floor/plating,
/area/centcom/valhalla)
"jhC" = (
/obj/machinery/status_display{
pixel_y = -32
Expand Down Expand Up @@ -21029,7 +21033,7 @@ ivs
ivs
mvZ
boq
boq
jfw
boq
nUd
aMq
Expand Down
1 change: 1 addition & 0 deletions code/game/objects/machinery/buttons.dm
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,7 @@
/obj/machinery/button/valhalla/vehicle_button/proc/spawn_vehicles(mob/living/user)
var/list/spawnable_vehicles = list(
/obj/vehicle/sealed/armored/multitile,
/obj/vehicle/sealed/armored/multitile/som_tank,
/obj/vehicle/sealed/armored/multitile/apc
)

Expand Down
10 changes: 10 additions & 0 deletions code/game/objects/machinery/vending/marine_vending.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1568,6 +1568,16 @@
/obj/item/tank_module/ability/smoke_launcher = -1,
/obj/item/tank_module/interior/medical = -1,
),
"SOM Assault Vehicle" = list(
/obj/item/armored_weapon/volkite_carronade = -1,
/obj/item/armored_weapon/particle_lance = -1,
/obj/item/armored_weapon/coilgun = -1,
/obj/item/armored_weapon/secondary_mlrs = -1,
/obj/item/ammo_magazine/tank/volkite_carronade = -1,
/obj/item/ammo_magazine/tank/particle_lance = -1,
/obj/item/ammo_magazine/tank/coilgun = -1,
/obj/item/ammo_magazine/tank/secondary_mlrs = -1,
),
)

/obj/machinery/vending/valhalla_seasonal_req
Expand Down

0 comments on commit ab4a504

Please sign in to comment.