Skip to content

Commit

Permalink
Update orbital_cannon.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
TheGamerdk authored Jun 25, 2023
1 parent 1131898 commit 24c421a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions code/modules/cm_marines/orbital_cannon.dm
Original file line number Diff line number Diff line change
Expand Up @@ -484,9 +484,6 @@ var/list/ob_type_fuel_requirements
var/list/turf_list = list()

for(var/turf/T in range(range_num, target))
if(protected_by_pylon(TURF_PROTECTION_OB, T))
continue

turf_list += T

for(var/i = 1 to total_amount)
Expand Down

0 comments on commit 24c421a

Please sign in to comment.