aboutsummaryrefslogtreecommitdiff
path: root/var.lua
diff options
context:
space:
mode:
author1029chris <1029chris@gmail.com>2016-04-24 13:51:20 -0700
committer1029chris <1029chris@gmail.com>2016-04-24 13:51:20 -0700
commit65e2085b3612a1856974899e3ff707c75c170051 (patch)
tree6133e8ec5b77c6446c9907d622bba648e464fdbf /var.lua
parentb92936d69de8e0aa9e7c9e92c4c4bb28d80faa39 (diff)
Added bullet system
Antivirus now can fire bullet at the virus
Diffstat (limited to 'var.lua')
-rw-r--r--var.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/var.lua b/var.lua
index 3b2a1aa..0ddfa72 100644
--- a/var.lua
+++ b/var.lua
@@ -100,6 +100,7 @@ function loadVar()
av.charge = 0
av.fireb = false
av.fire = false
+ av.bullets = {}
chat.status = 0
chat.profilename = "Best Friend"
colors = {}