/datum/reality_smash_tracker
#Reality smash tracker
Stupid fucking list holder, DONT create new ones, it will break the game, this is automnatically created whenever eldritch cultists are created.
Tracks relevant data, generates relevant data, useful tool
Vars | |
smashes | list of tracked reality smashes |
---|---|
targets | List of mobs with ability to see the smashes |
Procs | |
AddMind | Adds a mind to the list of people that can see reality smashes |
Generate | Generates a set amount of reality smashes based on the N value |
RemoveMind | Removes a mind from the list of people that can see reality smashes |
ReworkNetwork | Automatically fixes the target and smash network |
Var Details
smashes
list of tracked reality smashes
targets
List of mobs with ability to see the smashes
Proc Details
AddMind
Adds a mind to the list of people that can see reality smashes
Use this whenever you want to add someone to the list
Generate
Generates a set amount of reality smashes based on the N value
Automatically creates more reality smashes
RemoveMind
Removes a mind from the list of people that can see reality smashes
Use this whenever you want to remove someone from that list
ReworkNetwork
Automatically fixes the target and smash network
Fixes any issues caused by late Generate() calls or exchanging clients