mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-19 22:23:11 +00:00
6 lines
162 B
Plaintext
6 lines
162 B
Plaintext
/datum/preferences/refresh_membership()
|
|
. = ..()
|
|
donator_status = !!GLOB.donator_list[parent.ckey]
|
|
if(unlock_content || donator_status)
|
|
max_save_slots = 100
|