aboutsummaryrefslogtreecommitdiff
path: root/var.lua
diff options
context:
space:
mode:
author1029chris <1029chris@gmail.com>2016-05-09 14:39:28 -0700
committer1029chris <1029chris@gmail.com>2016-05-09 14:39:28 -0700
commit9d07c35aa001b3994591b33ab54de3271b5637b0 (patch)
treea0def85bfc3ac905e9c137a90f8beaa3ab3a4f26 /var.lua
parent0b29451779c993323af02a6f759eb99aca4486d5 (diff)
Added new attack from virus
Moves fast back and forth while shooting slow bullets
Diffstat (limited to 'var.lua')
-rw-r--r--var.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/var.lua b/var.lua
index b038cec..5c98b44 100644
--- a/var.lua
+++ b/var.lua
@@ -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