/tg/ Station 13 - Modules - TypesVar Details - Proc Details

ian

Vars

ageTracks how many rounds did Ian survive from start to finish
i_will_surviveCallback to execute upon roundend to check whether Ian has survived the round or not
memory_savedWhether we have already recorded this Ian's achievements(survival and equipped hat) to the database
record_ageHighest achieved consecutive rounds that Ian survived from start to finish
saved_headPath of the item Ian was wearing in a previous shift, if he survived through it

Procs

Read_MemoryReads the database's persistence json file and applies age, record_age and saved_head to Ian.
check_ian_survivalChecks whether Ian has survived the round or not

Var Details

age

Tracks how many rounds did Ian survive from start to finish

i_will_survive

Callback to execute upon roundend to check whether Ian has survived the round or not

memory_saved

Whether we have already recorded this Ian's achievements(survival and equipped hat) to the database

record_age

Highest achieved consecutive rounds that Ian survived from start to finish

saved_head

Path of the item Ian was wearing in a previous shift, if he survived through it

Proc Details

Read_Memory

Reads the database's persistence json file and applies age, record_age and saved_head to Ian.

check_ian_survival

Checks whether Ian has survived the round or not