Skip to content

Commit

Permalink
Make bag of holding chasms block air (#7491)
Browse files Browse the repository at this point in the history
  • Loading branch information
monster860 authored and alexkar598 committed Jan 4, 2020
1 parent c40683e commit 9d614c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/game/turfs/simulated/chasm.dm
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,10 @@
baseturfs = /turf/open/chasm/magic
light_range = 1.9
light_power = 0.65
CanAtmosPass = ATMOS_PASS_NO

/turf/open/chasm/magic/Initialize()
. = ..()
var/turf/T = safepick(get_area_turfs(/area/fabric_of_reality))
if(T)
set_target(T)
set_target(T)

0 comments on commit 9d614c0

Please sign in to comment.