Thrust blast cannot be properly assigned to your hotbar. It does not function and an exception gets thrown + catched too.
```
java.lang.NullPointerException
at org.schema.game.common.controller.elements.effectblock.EffectAddOn.endEffect(EffectAddOn.java:123)
at org.schema.game.common.controller.elements.effectblock.EffectAddOn.onNoLongerConsumerActiveOrUsable(EffectAddOn.java:193)
at org.schema.game.common.controller.elements.RecharchableSingleModule.onNoUpdate(RecharchableSingleModule.java:60)
at org.schema.game.common.controller.elements.ManagerContainer.updateLocal(ManagerContainer.java:2145)
at org.schema.game.common.controller.elements.ShipManagerContainer.updateLocal(ShipManagerContainer.java:827)
at org.schema.game.common.controller.ManagedUsableSegmentController.updateLocal(ManagedUsableSegmentController.java:97)
at org.schema.game.common.controller.Ship.updateLocal(Ship.java:473)
at org.schema.game.server.controller.GameServerController.update(GameServerController.java:1364)
at org.schema.schine.network.server.ServerController.run(ServerController.java:275)
at java.lang.Thread.run(Thread.java:745)
```
You also see this getting spammed as soon as it is put on your hotbar, as the icon is not there either when on the hotbar. It is for the weapons menu though.
```
NO ICON FOR -9223372036854775781; Check PlayerUsableInterface.ICONS map
NO ICON FOR -9223372036854775781; Check PlayerUsableInterface.ICONS map
NO ICON FOR -9223372036854775781; Check PlayerUsableInterface.ICONS map
NO ICON FOR -9223372036854775781; Check PlayerUsableInterface.ICONS map
```