Skip to content
This repository was archived by the owner on Jan 5, 2024. It is now read-only.

Commit 3633e87

Browse files
committed
Fix the Lua constant for door material
1 parent d4899e6 commit 3633e87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Data/Base.rte/Constants.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ rte.PxTravelledPerFrame = GetPPM() * TimerMan.DeltaTimeSecs;
1414
--Materials
1515
rte.airID = 0;
1616
rte.goldID = 2;
17-
rte.doorID = 4; --Xenocronium
18-
rte.grassID = 128;
17+
rte.grassID = 128;
18+
rte.doorID = 181;

0 commit comments

Comments
 (0)