mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-09 16:05:07 +00:00
Fix overlapping smoothing groups
This commit is contained in:
@@ -221,11 +221,6 @@ DEFINE_BITFIELD(smoothing_junction, list(
|
|||||||
#define SMOOTH_GROUP_SPIDER_WEB_WALL_TOUGH S_OBJ(73) // /obj/structure/spider/stickyweb/sealed/thick
|
#define SMOOTH_GROUP_SPIDER_WEB_WALL_TOUGH S_OBJ(73) // /obj/structure/spider/stickyweb/sealed/thick
|
||||||
#define SMOOTH_GROUP_SPIDER_WEB_WALL_MIRROR S_OBJ(74) // /obj/structure/spider/stickyweb/sealed/reflector
|
#define SMOOTH_GROUP_SPIDER_WEB_WALL_MIRROR S_OBJ(74) // /obj/structure/spider/stickyweb/sealed/reflector
|
||||||
|
|
||||||
//SKYRAT EDIT ADDITION
|
|
||||||
#define SMOOTH_GROUP_SHUTTERS S_OBJ(75)
|
|
||||||
|
|
||||||
#define SMOOTH_GROUP_WATER S_OBJ(76) ///obj/effect/abstract/liquid_turf
|
|
||||||
//SKYRAT EDIT END
|
|
||||||
#define SMOOTH_GROUP_GRAV_FIELD S_OBJ(75)
|
#define SMOOTH_GROUP_GRAV_FIELD S_OBJ(75)
|
||||||
#define SMOOTH_GROUP_GIRDER S_OBJ(76)
|
#define SMOOTH_GROUP_GIRDER S_OBJ(76)
|
||||||
#define SMOOTH_GROUP_TEST_WALL S_OBJ(77) // I'm a lazy bum who doesn't want to increment all of these up by 1 ~Lemon
|
#define SMOOTH_GROUP_TEST_WALL S_OBJ(77) // I'm a lazy bum who doesn't want to increment all of these up by 1 ~Lemon
|
||||||
@@ -240,6 +235,11 @@ DEFINE_BITFIELD(smoothing_junction, list(
|
|||||||
#define SMOOTH_GROUP_PLATFORMS_PAPER S_OBJ(86) ///obj/structure/platform/paper
|
#define SMOOTH_GROUP_PLATFORMS_PAPER S_OBJ(86) ///obj/structure/platform/paper
|
||||||
|
|
||||||
#define SMOOTH_GROUP_BOULDER_PLATFORM S_OBJ(87) ///obj/structure/lattice/catwalk/boulder
|
#define SMOOTH_GROUP_BOULDER_PLATFORM S_OBJ(87) ///obj/structure/lattice/catwalk/boulder
|
||||||
|
//SKYRAT EDIT ADDITION
|
||||||
|
#define SMOOTH_GROUP_SHUTTERS S_OBJ(88)
|
||||||
|
|
||||||
|
#define SMOOTH_GROUP_WATER S_OBJ(89) ///obj/effect/abstract/liquid_turf
|
||||||
|
//SKYRAT EDIT END
|
||||||
|
|
||||||
/// Performs the work to set smoothing_groups and canSmoothWith.
|
/// Performs the work to set smoothing_groups and canSmoothWith.
|
||||||
/// An inlined function used in both turf/Initialize and atom/Initialize.
|
/// An inlined function used in both turf/Initialize and atom/Initialize.
|
||||||
|
|||||||
Reference in New Issue
Block a user