Fixes t-ray scanners and map editing (#20725)

* t-ray scanner fix

* fix map editing

* autodoc stuff

* don't hide vents and things

* misc layer fixes
This commit is contained in:
unknownuser782
2023-04-08 08:14:34 +02:00
committed by GitHub
parent 9d4ea47ba7
commit 960d9e3ce0
10 changed files with 25 additions and 10 deletions
+1 -1
View File
@@ -242,7 +242,7 @@
icon_state = "weeds"
base_icon_state = "weeds"
max_integrity = 15
layer = WIRE_TERMINAL_LAYER
layer = ABOVE_ICYOVERLAY_LAYER
smoothing_flags = SMOOTH_BITMASK
smoothing_groups = list(SMOOTH_GROUP_ALIEN_RESIN, SMOOTH_GROUP_ALIEN_WEEDS)
canSmoothWith = list(SMOOTH_GROUP_ALIEN_WEEDS, SMOOTH_GROUP_WALLS)