mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 03:02:54 +00:00
Merge pull request #13093 from Heroman3003/skyfix
Fixes being able to reach for the sky
This commit is contained in:
@@ -276,6 +276,9 @@ VIRGO3B_TURF_CREATE(/turf/simulated/mineral/floor)
|
|||||||
for(var/obj/effect/step_trigger/teleporter/planetary_fall/virgo3b/F in src)
|
for(var/obj/effect/step_trigger/teleporter/planetary_fall/virgo3b/F in src)
|
||||||
qdel(F)
|
qdel(F)
|
||||||
|
|
||||||
|
/turf/space/v3b_midpoint/CanZPass(atom, direction)
|
||||||
|
return 0 // We're not Space
|
||||||
|
|
||||||
// Tram transit floor
|
// Tram transit floor
|
||||||
/turf/simulated/floor/tiled/techfloor/grid/transit
|
/turf/simulated/floor/tiled/techfloor/grid/transit
|
||||||
icon = 'icons/turf/transit_vr.dmi'
|
icon = 'icons/turf/transit_vr.dmi'
|
||||||
|
|||||||
Reference in New Issue
Block a user