We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b55af35 commit f126daeCopy full SHA for f126dae
ss1/content/archive/level/lvlobj/BigStuff.go
@@ -27,7 +27,7 @@ var cabinetFurniture = baseBigStuff.
27
With("Object2ID", 4, 2).As(interpreters.ObjectID())
28
29
var texturableFurniture = baseBigStuff.
30
- With("TextureIndex", 6, 2).As(interpreters.RangedValue(0, 500))
+ With("Texture", 6, 2).As(interpreters.SpecialValue("PictureSource"))
31
32
var wordScenery = baseBigStuff.
33
With("TextIndex", 0, 2).As(interpreters.RangedValue(0, 511)).
0 commit comments