luciensadi / AwakeMUD

The Community Edition fork of the 'Awakened Worlds' Shadowrun 3 MUD codebase.
Other
55 stars 31 forks source link

Some radio code refactoring to fix conflicts #694

Closed jdevnull closed 1 year ago

jdevnull commented 1 year ago

Solves the issue where setting a vehicle radio's centered frequency and crypt level would overwrite the mod's designed-for flags and engine bits, discussed at https://discord.com/channels/564618629467996170/1075227777348927578 .

Also solves unreported cyberware radio issues: (1) setting centered frequency looked like it would overwrite cyberware flags (potentially exploitable), and (2) radio frequency range was using max crypt instead of rating.

-Khai

luciensadi commented 1 year ago

Great work, thank you!