Skip to content

Commit

Permalink
bugfix: gravity negation on openspace (ss220-space#4863)
Browse files Browse the repository at this point in the history
  • Loading branch information
BeebBeebBoob authored Apr 12, 2024
1 parent 7f9a3d3 commit 3582e46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/__DEFINES/is_helpers.dm
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ GLOBAL_LIST_INIT(glass_sheet_types, typecacheof(list(
GLOBAL_LIST_INIT(turfs_without_ground, typecacheof(list(
/turf/space,
/turf/simulated/floor/chasm,
/turf/simulated/openspace,
)))

#define isgroundlessturf(A) (is_type_in_typecache(A, GLOB.turfs_without_ground))
Expand Down

0 comments on commit 3582e46

Please sign in to comment.