Skip to content

Commit

Permalink
[TESTMERGE ONLY] Revert "Makes radiation wave decay inverse square in…
Browse files Browse the repository at this point in the history
…stead of exponential" (#6193)

FUCK
  • Loading branch information
timothyteakettle authored Dec 16, 2023
1 parent 19884e1 commit ff5bae2
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 = (falloff_modifier * cycles)**-2
var/inverse_square_factor = 1 / (2 ** (falloff_modifier * cycles))

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

0 comments on commit ff5bae2

Please sign in to comment.