Fixes #2575: Removed ITickable from AEBaseTile
Removed TileEventType.TICK, use ITickable when really needed. The few tiles needing to tick and are not a grid tile now implement ITickable. Charger is no longer implementing ITickable.
This commit is contained in:
@@ -37,6 +37,8 @@ public enum TickRates
|
||||
|
||||
Inscriber( 1, 1 ),
|
||||
|
||||
Charger( 10, 120 ),
|
||||
|
||||
IOPort( 1, 5 ),
|
||||
|
||||
VibrationChamber( 10, 40 ),
|
||||
|
||||
Reference in New Issue
Block a user