Skip to content

Commit

Permalink
Nature Sect Fix - Stops the orb from replacing open-space tiles and b…
Browse files Browse the repository at this point in the history
…locking off stairs (#11023)

* Fixes an issue involving the open-space tile

* more turfs
  • Loading branch information
ro5490 authored Jun 4, 2024
1 parent dcf85c2 commit 54adfac
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion code/modules/religion/sects/plant_sect.dm
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,11 @@
/turf/open/floor/grass,
/turf/open/space,
/turf/open/lava,
/turf/open/chasm))
/turf/open/chasm,
/turf/open/openspace,
/turf/open/floor/plating/beach,
/turf/open/indestructible,
/turf/open/floor/prison))
if(is_type_in_typecache(T, blacklisted_pylon_turfs))
continue
else
Expand Down

0 comments on commit 54adfac

Please sign in to comment.