Skip to content

Commit

Permalink
Update code/controllers/subsystem/blackmarket.dm
Browse files Browse the repository at this point in the history
Co-authored-by: Theos <[email protected]>
Signed-off-by: Gristlebee <[email protected]>
  • Loading branch information
Gristlebee and SomeguyManperson authored Aug 24, 2024
1 parent 97bea0f commit 47b275b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/controllers/subsystem/blackmarket.dm
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ SUBSYSTEM_DEF(blackmarket)
var/turf/open/lava/potential_lava_floor = potential_open_turf
if(!potential_lava_floor.is_safe())
continue
if(istype(potential_open_turf,/turf/open/acid))
var/turf/open/acid/potential_acid_floor = potential_open_turf
if(istype(potential_open_turf, /turf/open/water/acid))
var/turf/open/water/acid/potential_acid_floor = potential_open_turf
if(!potential_acid_floor.is_safe_to_cross())
continue
if(potential_open_turf.is_blocked_turf())
Expand Down

0 comments on commit 47b275b

Please sign in to comment.