Skip to content

Commit

Permalink
getline
Browse files Browse the repository at this point in the history
  • Loading branch information
XeonMations committed Sep 11, 2024
1 parent 801f681 commit 11c7de6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/controllers/subsystem/radiation.dm
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ SUBSYSTEM_DEF(radiation)

var/current_insulation = 1

for (var/turf/turf_in_between in get_line(source, target) - get_turf(source))
for (var/turf/turf_in_between in getline(source, target) - get_turf(source))
var/insulation = cached_rad_insulations[turf_in_between]
if (isnull(insulation))
insulation = turf_in_between.rad_insulation
Expand Down

0 comments on commit 11c7de6

Please sign in to comment.