File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 74
74
--- | ` elem.TYPE_GAS`
75
75
--- | ` elem.TYPE_ENERGY`
76
76
--- | ` elem.PROP_CONDUCTS`
77
- --- | ` elem.PROP_BLACK `
77
+ --- | ` elem.PROP_PHOTPASS `
78
78
--- | ` elem.PROP_NEUTPENETRATE`
79
79
--- | ` elem.PROP_NEUTABSORB`
80
80
--- | ` elem.PROP_NEUTPASS`
87
87
--- | ` elem.PROP_LIFE_KILL_DEC`
88
88
--- | ` elem.PROP_SPARKSETTLE`
89
89
--- | ` elem.PROP_NOAMBHEAT`
90
- --- | ` elem.PROP_DRAWONCTYPE`
91
90
--- | ` elem.PROP_NOCTYPEDRAW `
92
91
93
92
-- TODO: Figure out if any of those are ints
@@ -291,10 +290,10 @@ elements.TYPE_SOLID = 4 -- Used in solids / misc elements.
291
290
elements .TYPE_GAS = 8 -- Used in gases.
292
291
elements .TYPE_ENERGY = 16 -- Used in energy particles.
293
292
294
- --- @deprecated ??? TODO: Make sure
293
+ --- @deprecated
295
294
elements .PROP_DRAWONCTYPE = 0 -- Set its ctype to another element if the element is drawn upon it (like what CLNE does).
296
295
elements .PROP_CONDUCTS = 32 -- Allows an element to automatically conduct SPRK, requires PROP_LIFE_DEC.
297
- elements .PROP_BLACK = 64 -- Elements with this property absorb photons of any color .
296
+ elements .PROP_PHOTPASS = 64 -- Allow photons to pass through this element .
298
297
elements .PROP_NEUTPENETRATE = 128 -- Elements can be displaced by neutrons (observe behavior of wood with neutrons to see).
299
298
elements .PROP_NEUTABSORB = 256 -- Element will absorb neutrons.
300
299
elements .PROP_NEUTPASS = 512 -- Element will allow neutrons to pass through it.
@@ -564,3 +563,5 @@ elements.SC_TOOL = 13
564
563
565
564
-- #### Menu Sections<br>
566
565
elements .SC_DECO = 15
566
+
567
+ elements .NUM_MENUSECTIONS = 16
You can’t perform that action at this time.
0 commit comments