Skip to content

Commit

Permalink
intendation errors
Browse files Browse the repository at this point in the history
  • Loading branch information
DeltaFire15 committed Jul 5, 2024
1 parent a85ae3a commit 007a0cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nsv13/code/modules/overmap/weapons/mines.dm
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@
else
OM.take_damage(damage, damage_type, damage_flag, FALSE, TRUE)
if(OM.linked_areas) //Hope nothing precious was in that room.
var/area/A = pick(OM.linked_areas)
var/turf/T = pick(get_area_turfs(A))
new /obj/effect/temp_visual/explosion_telegraph(T, damage)
var/area/A = pick(OM.linked_areas)
var/turf/T = pick(get_area_turfs(A))
new /obj/effect/temp_visual/explosion_telegraph(T, damage)
else
for(var/obj/structure/overmap/O in orange(2)) //You're in range! Keep in mind this affects *all* ships, explosions don't discriminate between friend and foe
OM = O
Expand Down

0 comments on commit 007a0cf

Please sign in to comment.