Skip to content

Commit

Permalink
LTAAP tank in campaign (#16279)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lumipharon authored Jul 7, 2024
1 parent 025a782 commit 5c9d93a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
6 changes: 5 additions & 1 deletion _maps/map_files/Iteron/Iteron.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -1309,6 +1309,10 @@
},
/turf/open/floor/mainship/mono,
/area/mainship/patrol_base/command)
"sE" = (
/obj/effect/landmark/campaign/vehicle_spawner/tank/ltaap_chaingun,
/turf/open/floor/plating,
/area/mainship/patrol_base)
"sF" = (
/turf/open/floor/mainship/blue{
dir = 4
Expand Down Expand Up @@ -31502,7 +31506,7 @@ bE
hs
CX
VS
Wj
sE
mR
bu
ef
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@


/obj/effect/landmark/campaign/vehicle_spawner/tank
name = "TGMC tank spawner"
name = "TGMC LTB tank spawner"
icon_state = "tank_spawner"
vehicle_type = /obj/vehicle/sealed/armored/multitile/campaign
///List of gear the tank spawns with
Expand Down Expand Up @@ -117,6 +117,15 @@
for(var/i = 1 to 4)
new /obj/item/pamphlet/tank_crew(pamphlet_turf)

/obj/effect/landmark/campaign/vehicle_spawner/tank/ltaap_chaingun
name = "TGMC LTAAP tank spawner"
equipment_list = list(
/obj/item/armored_weapon/ltaap = 1,
/obj/item/armored_weapon/secondary_weapon = 1,
/obj/item/ammo_magazine/tank/ltaap_chaingun = 20,
/obj/item/ammo_magazine/tank/secondary_cupola = 10,
)

/obj/effect/landmark/campaign/vehicle_spawner/tank/som
name = "SOM tank spawner - coilgun"
faction = FACTION_SOM
Expand Down

0 comments on commit 5c9d93a

Please sign in to comment.