Skip to content

Commit f126dae

Browse files
committed
Use "PictureSource" for texturable big stuffs
1 parent b55af35 commit f126dae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ss1/content/archive/level/lvlobj/BigStuff.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ var cabinetFurniture = baseBigStuff.
2727
With("Object2ID", 4, 2).As(interpreters.ObjectID())
2828

2929
var texturableFurniture = baseBigStuff.
30-
With("TextureIndex", 6, 2).As(interpreters.RangedValue(0, 500))
30+
With("Texture", 6, 2).As(interpreters.SpecialValue("PictureSource"))
3131

3232
var wordScenery = baseBigStuff.
3333
With("TextIndex", 0, 2).As(interpreters.RangedValue(0, 511)).

0 commit comments

Comments
 (0)