diff options
| author | 1029chris <1029chris@gmail.com> | 2016-04-29 22:19:56 -0700 |
|---|---|---|
| committer | 1029chris <1029chris@gmail.com> | 2016-04-29 22:19:56 -0700 |
| commit | a7fc16d026ff6baf51e082eeee0d79f0195729c4 (patch) | |
| tree | 009f1d6f8f28f90ca13ea053cdb844669cab6b48 /var.lua | |
| parent | 46c308be6d546bea0831b11e34a485b4b0f7562d (diff) | |
Added things to virus fight
added virus health
added variation in stuff
Diffstat (limited to 'var.lua')
| -rw-r--r-- | var.lua | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -137,6 +137,9 @@ function loadVar() v1.introplay = false v1.explodeintro = false v1.explodeintrotimer = 0 + v1.fightTimer = 0 + v1.spm = 1 + v1.left = false expl.deb[1].x = 0 expl.deb[1].y = 0 expl.deb[1].ym = 5 |
