Skip to content

Commit

Permalink
linter fix maybe
Browse files Browse the repository at this point in the history
  • Loading branch information
dj-34 committed Sep 7, 2023
1 parent 21dc6cb commit be0f82f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modular_ss220/_maps220/code/helpers.dm
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@
icon_state = "broken_machine"

/obj/effect/mapping_helpers/machinery/damaged/payload(obj/machinery/M)
M.take_damage(M.obj_integrity - M.integrity_failure)
M.take_damage(M.obj_integrity - M.integrity_failure)

/obj/effect/mapping_helpers/machinery/destroyed/payload(obj/machinery/M)
M.take_damage(M.obj_integrity)
M.take_damage(M.obj_integrity)

//Window helpers
///Deals random damage to the first window found on a tile to appear cracked
Expand Down

0 comments on commit be0f82f

Please sign in to comment.