ClayHanson / BlocklandRebuilt-IssueBoard

Beta testing for Blockland Rebuilt.
6 stars 0 forks source link

Player datablock recharge rate doesn't work #3

Closed Zinlock closed 1 year ago

Zinlock commented 1 year ago

Bug Description

The player's energy recharge rate is not set on spawn

To Reproduce

  1. Spawn as a player with fuel jet
  2. Use up your energy by jetting
  3. Energy doesn't recharge

Metadata:

Additional context

Blockland is hardcoded in-engine to set the player's recharge rate on spawn using the rechargeRate datablock field, while this is normally achieved in Torque using the Player.setRechargeRate(); function

Zinlock commented 1 year ago

This might also apply to other shapebase objects like vehicles