Induction Charging deprecated

by Raeon

Power your equipment grid whilst in range of power poles, albeit at a price.

Content
3 years ago
1.1
21.7K
Armor

b induction-shadow is 'enemy' force

2 years ago

create_entity() in createShadow() doesn't specify force, so it defaults to enemy. This causes issues with scripts looking for enemies, like scripted vehicles that then fire rockets at you and kill you repeatedly (yes, I'm a little bitter haha)

Fix is to add 'force = tracker.entity.force'

New response