branchrust_reboot/main/horse_medsyringe_healingcancel

4 Commits over 0 Days - ∞cph!

Update analytics event
Revert transform and collider changes that somehow snuck back in
Fix compile errors and reduce speed gained
- Horses can now be healed with medical syringes, in the same way we can heal other players - Medical syringes act as performance enhancing drugs for horses, giving a temporary boost to max gallop speed and a small replenishment of stamina (horse drugs are in Rust now) - Bandages do not work on horses - only syringes - All of above subject to change - Modified MedicalTool so that it can work for other entity types other than players. Added IMedicalToolTarget which we can attach to entities which we want to targetable, and handling per entity is now done on the entity rather than on the MedicalTool - Add TryGetOwnerPlayer to HeldEntity and TryGetEntity to BaseNetworkable as slightly neater ways of calling their respective methods