New Content - Implemented LI-11 Motor Pool voucher

ereinion

Member
Attempting to uneffect any of the driving effects (well, Drive Obnoxiously at least), attempts to use a SGEAA instead of the "Stop Driving <whatever>" button in the workshed.
 

Ezandora

Member
The Spring-Loaded Front Bumper banish should be reset on rollover.

In BanishManager.java, change this:
Code:
new Banisher( "Spring-Loaded Front Bumper", 30, 1, true, Reset.TURN_RESET ),
to Reset.TURN_ROLLOVER_RESET. I think? I suppose all the other TURN_RESETs can be spaded one at a time.
 
Top