summaryrefslogtreecommitdiff
path: root/modules/modPipe.c
diff options
context:
space:
mode:
Diffstat (limited to 'modules/modPipe.c')
-rwxr-xr-xmodules/modPipe.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/modPipe.c b/modules/modPipe.c
index 6f000d8..476d8ec 100755
--- a/modules/modPipe.c
+++ b/modules/modPipe.c
@@ -193,6 +193,11 @@ static void transformShot(shot_t *shot, int position)
shot->position = position;
shot->isCanKillAuthor = TRUE;
+
+ if( shot->gun == GUN_LASSER )
+ {
+ export_fce->fce_transformOnlyLasser(shot);
+ }
}
static void moveShot(shot_t *shot, int position, int src_x, int src_y,