Skip to content

Commit

Permalink
level 14 scion is not pickable;
Browse files Browse the repository at this point in the history
  • Loading branch information
TeslaRus committed Dec 25, 2016
1 parent e083970 commit 7f6255e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/level/tr1/LEVEL10B_autoexec.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@

print("LEVEL10B_autoexec.lua loaded");
playStream(60)

addRoomToOverlappedList(47, 84);
setEntityTypeFlag(0x6E, ENTITY_TYPE_PICKABLE, 0);
setEntityTypeFlag(0x6E, ENTITY_TYPE_GENERIC, 1);

0 comments on commit 7f6255e

Please sign in to comment.