Files
Bubberstation/modular_zubbers/code/modules/client/preferences.dm
lessthanthree a85214a1ef membership
2024-12-01 12:09:46 -08:00

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