[MIRROR] Adds a tiny define useful for downstreams (#1276)

* Adds a tiny define useful for downstreams (#54305)

* Adds a tiny define useful for downstreams

Co-authored-by: Rohesie <rohesie@gmail.com>
This commit is contained in:
SkyratBot
2020-10-12 23:27:56 +02:00
committed by GitHub
co-authored by Rohesie
parent 5506c86d73
commit 496b71a0cb
+2
View File
@@ -125,3 +125,5 @@ DEFINE_BITFIELD(smoothing_flags, list(
#define SMOOTH_GROUP_CLEANABLE_DIRT S_OBJ(67) ///obj/effect/decal/cleanable/dirt
#define SMOOTH_GROUP_INDUSTRIAL_LIFT S_OBJ(70) ///obj/structure/industrial_lift
#define MAX_S_OBJ SMOOTH_GROUP_INDUSTRIAL_LIFT //Always match this value with the one above it.