Delete some junk left-over lines in some decorative NPCs
This commit is contained in:
parent
9b838f9898
commit
149693c735
4 changed files with 0 additions and 4 deletions
|
@ -68,7 +68,6 @@ monster_hevsuit_dead::Respawn(void)
|
|||
velocity = [0,0,0];
|
||||
iBleeds = TRUE;
|
||||
SetFrame(73 + m_iPose);
|
||||
SendFlags |= NPC_BODY;
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
@ -68,7 +68,6 @@ monster_hgrunt_dead::Respawn(void)
|
|||
velocity = [0,0,0];
|
||||
iBleeds = TRUE;
|
||||
SetFrame(44 + m_iPose);
|
||||
SendFlags |= NPC_BODY;
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
@ -78,7 +78,6 @@ monster_scientist_dead::Respawn(void)
|
|||
health = 0;
|
||||
velocity = [0,0,0];
|
||||
iBleeds = TRUE;
|
||||
SendFlags |= NPC_BODY;
|
||||
|
||||
switch (m_iPose) {
|
||||
case 1:
|
||||
|
|
|
@ -88,7 +88,6 @@ monster_sitting_scientist::Respawn(void)
|
|||
health = 0;
|
||||
velocity = [0,0,0];
|
||||
iBleeds = TRUE;
|
||||
SendFlags |= NPC_BODY;
|
||||
frame = 74;
|
||||
droptofloor();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue