further tweaks/fixes

This commit is contained in:
Fox-McCloud
2016-08-18 00:19:29 -04:00
parent 5c783f2110
commit 21aa0c2aab
4 changed files with 5 additions and 5 deletions
@@ -16,7 +16,7 @@
local_transmit = 1
ventcrawler = 2
magpulse = 1
mob_size = MOB_SIZE_SMALL
mob_size = MOB_SIZE_TINY
// We need to keep track of a few module items so we don't need to do list operations
// every time we need them. These get set in New() after the module is chosen.