Skip to content

Changes beacon typepath

Rob Nelson requested to merge pull/5251/thebeaconbeckonsbacon into Bleeding-Edge

Created by: clusterfack

Beacons use none of the advantages of being a radio, they don't send or receive signals in any portion of their code. The only thing they ever use from their inheritance is the variable name 'frequency' and NOTHING ELSE.

Therefore I've moved them under obj/item and gave them a list (because of course everywhere in the code used IN WORLD to find them).

Merge request reports