diff options
| author | 1029chris <1029chris@gmail.com> | 2016-05-09 14:39:28 -0700 |
|---|---|---|
| committer | 1029chris <1029chris@gmail.com> | 2016-05-09 14:39:28 -0700 |
| commit | 9d07c35aa001b3994591b33ab54de3271b5637b0 (patch) | |
| tree | a0def85bfc3ac905e9c137a90f8beaa3ab3a4f26 /var.lua | |
| parent | 0b29451779c993323af02a6f759eb99aca4486d5 (diff) | |
Added new attack from virus
Moves fast back and forth while shooting slow bullets
Diffstat (limited to 'var.lua')
| -rw-r--r-- | var.lua | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -160,6 +160,10 @@ function loadVar() v1.c.chat.msg = "" v1.c.chat.sp = 0.5 v1.c.chat.char = 0 + v1.turretTimer2 = 0 + v1.specialAbi = false + v1.bulletSpeed = 0 + v1.specialAbiTime = 21 expl.deb[1].x = 0 expl.deb[1].y = 0 expl.deb[1].ym = 5 |
