Skip to content

Commit

Permalink
Added the noautolight flag to the armor pickups in jDoom as they look…
Browse files Browse the repository at this point in the history
…ed a bit silly with flashing lights as well as fullbright.
  • Loading branch information
danij committed Jul 19, 2008
1 parent aeb4dc8 commit 6254c5c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions doomsday/plugins/jdoom/defs/objects.ded
Expand Up @@ -10390,8 +10390,9 @@ State {
State {
ID = "ARM1A";
Sprite = "ARM1";
Frame = 32769;
Frame = 1;
Tics = 7;
Flags = fullbright | noautolight;
Next state = "ARM1";
}

Expand All @@ -10406,8 +10407,9 @@ State {
State {
ID = "ARM2A";
Sprite = "ARM2";
Frame = 32769;
Frame = 1;
Tics = 6;
Flags = fullbright | noautolight;
Next state = "ARM2";
}

Expand Down

0 comments on commit 6254c5c

Please sign in to comment.