Skip to content

Commit

Permalink
TGS Test Merge (#6044)
Browse files Browse the repository at this point in the history
  • Loading branch information
Blue authored and Blue committed Dec 2, 2023
2 parents 24d9457 + 8fb635f commit 4875e62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/datums/radiation_wave.dm
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
var/dir
var/spread
var/existing
var/inverse_square_factor = 1 / (2 ** (falloff_modifier * cycles))
var/inverse_square_factor = (falloff_modifier * cycles)**-2

for(i in length(turfs) to 1 step -1)
T = turfs[i]
Expand Down

0 comments on commit 4875e62

Please sign in to comment.