Skip to content

Commit

Permalink
health changes, removes threads on spam so people now need to put it on.
Browse files Browse the repository at this point in the history
  • Loading branch information
InsaneRed committed Jun 1, 2024
1 parent 0885c7f commit c22026d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion code/modules/vehicles/hardpoints/holder/tank_turret.dm
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
slot = HDPT_TURRET

// big beefy chonk of metal
health = 750
health = 450
damage_multiplier = 0.05

accepted_hardpoints = list(
Expand Down
4 changes: 2 additions & 2 deletions code/modules/vehicles/hardpoints/wheels/treads.dm
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

slot = HDPT_TREADS

health = 500
health = 300

//with this settings, takes 3 tiles to reach top speed
move_delay = 3.8
Expand All @@ -20,7 +20,7 @@
name = "Reinforced Treads"
desc = "These treads are made of a tougher material and are more durable. However, the extra weight slows the tank down slightly."

health = 750
health = 500
acid_resistant = TRUE

move_max_momentum = 5 //same top speed, but takes 5 tiles to reach it
Expand Down
1 change: 0 additions & 1 deletion code/modules/vehicles/tank/tank.dm
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,6 @@

/obj/effect/vehicle_spawner/tank/load_hardpoints(obj/vehicle/multitile/tank/V)
V.add_hardpoint(new /obj/item/hardpoint/holder/tank_turret)
V.add_hardpoint(new /obj/item/hardpoint/locomotion/treads)

//PRESET: turret, treads installed
/obj/effect/vehicle_spawner/tank/plain/load_hardpoints(obj/vehicle/multitile/tank/V)
Expand Down

0 comments on commit c22026d

Please sign in to comment.