Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
Zonespace27 committed Apr 3, 2024
1 parent 8fd4395 commit 5aadf24
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion code/game/supplyshuttle.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1367,7 +1367,7 @@ GLOBAL_DATUM_INIT(supply_controller, /datum/controller/supply, new())
ordered_vehicle = /obj/effect/vehicle_spawner/apc/unarmed/broken

/datum/vehicle_order/arc
name = "M540 Armored Recon Carrier"
name = "M540-B Armored Recon Carrier"
ordered_vehicle = /obj/effect/vehicle_spawner/arc

/datum/vehicle_order/arc/has_vehicle_lock()
Expand Down
8 changes: 4 additions & 4 deletions code/modules/cm_tech/techs/marine/tier1/arc.dm
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
/datum/tech/arc
name = "M540 Armored Recon Carrier"
desc = "Purchase an M540 Armored Recon Carrier, specialized in assisting groundside command. Able to be driven by Staff Officers, Executive Officers, and Commanding Officers."
name = "M540-B Armored Recon Carrier"
desc = "Purchase an M540-B Armored Recon Carrier, specialized in assisting groundside command. Able to be driven by Staff Officers, Executive Officers, and Commanding Officers."
icon_state = "upgrade"

required_points = 5

tier = /datum/tier/one

announce_name = "M540 ARC ACQUIRED"
announce_message = "An M540 Armored Recon Carrier has been authorized and will be delivered in the vehicle bay."
announce_name = "M540-B ARC ACQUIRED"
announce_message = "An M540-B Armored Recon Carrier has been authorized and will be delivered in the vehicle bay."

flags = TREE_FLAG_MARINE

Expand Down

0 comments on commit 5aadf24

Please sign in to comment.