diff --git a/player/AlignmentForce.arc b/player/AlignmentForce.arc new file mode 100644 index 000000000..e8afbce39 --- /dev/null +++ b/player/AlignmentForce.arc @@ -0,0 +1,9 @@ +Object alignment_force +name ALIGNMENT_FORCE +invisible 1 +applied 1 +type 114 +face blank.111 +no_drop 1 +speed 0 +end diff --git a/player/PlayerForce.arc b/player/PlayerForce.arc new file mode 100644 index 000000000..d1c09f521 --- /dev/null +++ b/player/PlayerForce.arc @@ -0,0 +1,8 @@ +Object player_force +invisible 1 +applied 1 +type 114 +face blank.111 +no_drop 1 +speed 0 +end diff --git a/player/PlayerInfo.arc b/player/PlayerInfo.arc new file mode 100644 index 000000000..70f12b01a --- /dev/null +++ b/player/PlayerInfo.arc @@ -0,0 +1,7 @@ +Object player_info +invisible 1 +applied 0 +no_drop 1 +type 98 +face blank.111 +end