Voodoo dolls should have blob shadows.
This commit is contained in:
parent
964dcf84f9
commit
3c6f45d38c
2 changed files with 4 additions and 2 deletions
|
|
@ -1,3 +1,3 @@
|
|||
[default]
|
||||
SWWM_MODVER="\cyDEMOLITIONIST \cw1.3pre r930 \cu(Thu 17 Aug 20:13:16 CEST 2023)\c-";
|
||||
SWWM_SHORTVER="\cw1.3pre r930 \cu(2023-08-17 20:13:17)\c-";
|
||||
SWWM_MODVER="\cyDEMOLITIONIST \cw1.3pre r931 \cu(Thu 17 Aug 20:19:55 CEST 2023)\c-";
|
||||
SWWM_SHORTVER="\cw1.3pre r931 \cu(2023-08-17 20:19:55)\c-";
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
Class SWWMVoodooDoll : PlayerPawn
|
||||
{
|
||||
Vector3 lastvel;
|
||||
SWWMShadow myshadow;
|
||||
|
||||
override String GetObituary( Actor victim, Actor inflictor, Name mod, bool playerattack )
|
||||
{
|
||||
|
|
@ -11,6 +12,7 @@ Class SWWMVoodooDoll : PlayerPawn
|
|||
override void Tick()
|
||||
{
|
||||
Super.Tick();
|
||||
if ( !myshadow ) myshadow = SWWMShadow.Track(self);
|
||||
// mikoportal compat
|
||||
if ( !(pos.z ~== -32768) ) return;
|
||||
if ( vel.length() <= lastvel.length() )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue