Skip to content

Commit

Permalink
Atlas Armor Alterations (#2661)
Browse files Browse the repository at this point in the history
  • Loading branch information
SerynEngi authored Jun 21, 2024
1 parent aaf1109 commit 501304d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions nsv13/code/modules/overmap/types/nanotrasen.dm
Original file line number Diff line number Diff line change
Expand Up @@ -187,11 +187,11 @@

/obj/structure/overmap/nanotrasen/frigate/starter //Currently assigned to Jeppison and Atlas
role = MAIN_OVERMAP
obj_integrity = 1000
max_integrity = 1000
integrity_failure = 1000
obj_integrity = 800
max_integrity = 800
integrity_failure = 800
starting_system = "Staging" //Required for all player ships
armor = list("overmap_light" = 95, "overmap_medium" = 50, "overmap_heavy" = 10)
armor = list("overmap_light" = 90, "overmap_medium" = 50, "overmap_heavy" = 10)
overmap_deletion_traits = DAMAGE_STARTS_COUNTDOWN

/obj/structure/overmap/nanotrasen/patrol_cruiser/starter //Currently assigned to the Snake
Expand Down

0 comments on commit 501304d

Please sign in to comment.