This commit is contained in:
parent
a6c3965615
commit
12e2de0799
2 changed files with 49 additions and 0 deletions
|
@ -59,6 +59,15 @@ CThing *Parent=getParent();
|
|||
{
|
||||
int HDiff=TargetHeight-Height;
|
||||
Height+=(HDiff+(GeyserSpeed-1))/GeyserSpeed;
|
||||
|
||||
if ( Height > 10 )
|
||||
{
|
||||
Flags |= FX_FLAG_INJURE_PLAYER;
|
||||
}
|
||||
else
|
||||
{
|
||||
Flags &= ~FX_FLAG_INJURE_PLAYER;
|
||||
}
|
||||
}
|
||||
|
||||
// top
|
||||
|
|
|
@ -661,6 +661,14 @@ SOURCE=..\..\..\source\fx\fxfallingtile.h
|
|||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\..\source\fx\fxgeyser.cpp
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\..\source\fx\fxgeyser.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\..\source\fx\fxjfish.cpp
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
@ -685,6 +693,14 @@ SOURCE=..\..\..\source\fx\fxnrgbar.h
|
|||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\..\source\fx\fxsmoke.cpp
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\..\source\fx\fxsmoke.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\..\source\fx\fxsteam.cpp
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
@ -699,6 +715,22 @@ SOURCE=..\..\..\source\fx\fxthwack.cpp
|
|||
|
||||
SOURCE=..\..\..\source\fx\fxthwack.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\..\source\fx\fxtvexplode.cpp
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\..\source\fx\fxtvexplode.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\..\source\fx\fxzzzz.cpp
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\..\source\fx\fxzzzz.h
|
||||
# End Source File
|
||||
# End Group
|
||||
# Begin Group "game"
|
||||
|
||||
|
@ -2377,6 +2409,14 @@ SOURCE=..\..\..\source\triggers\todripemit.h
|
|||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\..\source\triggers\toilgeyser.cpp
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\..\source\triggers\toilgeyser.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\..\source\triggers\tplatfrm.cpp
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue