Skip to content

Commit

Permalink
TGS Test Merge (#6053)
Browse files Browse the repository at this point in the history
  • Loading branch information
Blue authored and Blue committed Oct 4, 2023
2 parents 7b65411 + 8ea841a commit b6c3bb3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions code/game/mecha/components/actuators.dm
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
icon_state = "motor"
w_class = ITEMSIZE_HUGE
origin_tech = list(TECH_DATA = 2, TECH_ENGINEERING = 2)
materials = list(MAT_STEEL = 2500, MAT_GLASS = 1200)

component_type = MECH_ACTUATOR

Expand Down
1 change: 1 addition & 0 deletions code/game/mecha/components/armor.dm
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
icon_state = "armor"
w_class = ITEMSIZE_HUGE
origin_tech = list(TECH_DATA = 1, TECH_ENGINEERING = 2)
materials = list(MAT_STEEL = 5000, MAT_GLASS = 1000)

component_type = MECH_ARMOR

Expand Down
1 change: 1 addition & 0 deletions code/game/mecha/components/electrical.dm
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
icon_state = "board"
w_class = ITEMSIZE_HUGE
origin_tech = list(TECH_DATA = 2, TECH_ENGINEERING = 2)
materials = list(MAT_STEEL = 2500, MAT_GLASS = 1000)

component_type = MECH_ELECTRIC

Expand Down
1 change: 1 addition & 0 deletions code/game/mecha/components/hull.dm
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
icon_state = "hull"
w_class = ITEMSIZE_HUGE
origin_tech = list(TECH_DATA = 2, TECH_ENGINEERING = 2)
materials = list(MAT_STEEL = 3500, MAT_GLASS = 200)

component_type = MECH_HULL

Expand Down
1 change: 1 addition & 0 deletions code/game/mecha/components/lifesupport.dm
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
icon_state = "lifesupport"
w_class = ITEMSIZE_HUGE
origin_tech = list(TECH_DATA = 2, TECH_ENGINEERING = 2)
materials = list(MAT_STEEL = 1000, MAT_GLASS = 1500)

component_type = MECH_GAS

Expand Down

0 comments on commit b6c3bb3

Please sign in to comment.