Skip to content

Commit

Permalink
TGS Test Merge (#6302)
Browse files Browse the repository at this point in the history
  • Loading branch information
TimothyTeakettle authored and TimothyTeakettle committed Jan 30, 2024
2 parents 4377d0b + 8f318ab commit 78726ad
Show file tree
Hide file tree
Showing 2 changed files with 838 additions and 678 deletions.
7 changes: 5 additions & 2 deletions code/game/mecha/combat/fighter.dm
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,9 @@
icon_state = "baron"
initial_icon = "baron"

integrity = 600
integrity_max = 600

catalogue_data = list(/datum/category_item/catalogue/technology/baron)
wreckage = /obj/effect/decal/mecha_wreckage/baron

Expand Down Expand Up @@ -387,8 +390,8 @@

step_in = 3 //slightly slower than a baron (this shit doesnt actually work atm, likely due to the whole equipment weight nonsense)

integrity = 800
integrity_max = 800 //double baron HP, only room for one defensive upgrade. No specials(cloaking, speed, ect) or universals.
integrity = 1200
integrity_max = 1200 //double baron HP, only room for one defensive upgrade. No specials(cloaking, speed, ect) or universals.

max_hull_equip = 1
max_weapon_equip = 4
Expand Down
Loading

0 comments on commit 78726ad

Please sign in to comment.