Skip to content

Commit

Permalink
Update durand.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
githubuser4141 committed Jan 20, 2025
1 parent 8d1e2aa commit 9fd2e33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/game/mecha/combat/durand.dm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
dir_in = 1 //Facing North.
max_integrity = 300
deflect_chance = 15
armor = list("melee" = 75, "bullet" = 50, "laser" = 50, "energy" = 10, "bomb" = 20, "bio" = 0, "rad" = 50, "fire" = 100, "acid" = 100)
armor = list("melee" = 75, "bullet" = 50, "laser" = 35, "energy" = 10, "bomb" = 20, "bio" = 0, "rad" = 50, "fire" = 100, "acid" = 100)
max_temperature = 30000
infra_luminosity = 8
force = 40
Expand All @@ -23,7 +23,7 @@
name = "\improper Paladin"
icon_state = "clipdurand"
wreckage = /obj/structure/mecha_wreckage/durand/clip
armor = list("melee" = 50, "bullet" = 75, "laser" = 60, "energy" = 10, "bomb" = 20, "bio" = 0, "rad" = 50, "fire" = 100, "acid" = 100)
armor = list("melee" = 50, "bullet" = 75, "laser" = 50, "energy" = 10, "bomb" = 20, "bio" = 0, "rad" = 50, "fire" = 100, "acid" = 100)
shield_type = /obj/durand_shield
//TODO: Custom melee backlash shield with no projectile protection
//Change from ShipTest: CLIP Durand and vanilla Durand are switched, with the original Durand being general purpose anti-wildlife.
Expand Down

0 comments on commit 9fd2e33

Please sign in to comment.