Skip to content

Commit

Permalink
dedent some modified type closing }
Browse files Browse the repository at this point in the history
OpenDream has indentation problems when its indented
  • Loading branch information
pali6 committed Apr 18, 2023
1 parent 3583476 commit 7150abf
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions code/obj/random_spawners.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1881,28 +1881,28 @@
new /obj/item/breaching_charge{
pixel_x = 10;
pixel_y = 1
}(src.loc)
}(src.loc)
new /obj/item/breaching_charge{
pixel_x = 4;
pixel_y = -2
}(src.loc)
}(src.loc)
new /obj/item/breaching_charge{
pixel_x = -2;
pixel_y = -5
}(src.loc)
}(src.loc)
new /obj/item/breaching_hammer{
pixel_x = -3;
pixel_y = 7
}(src.loc)
}(src.loc)
new /obj/item/breaching_hammer{
pixel_x = -1;
pixel_y = 1
}(src.loc)
}(src.loc)
new /obj/item/gun/kinetic/riot40mm/breach{
pixel_x = -5;
pixel_y = 8
}(src.loc)
}(src.loc)
new /obj/item/ammo/bullets/breach_flashbang{
pixel_x = -4;
pixel_y = 3
}(src.loc)
}(src.loc)

0 comments on commit 7150abf

Please sign in to comment.