mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 19:22:56 +00:00
Co-authored-by: eghughguhhhhhh <Hawoogabooga@gmail.com> Co-authored-by: vorestation-ci[bot] <199609141+vorestation-ci[bot]@users.noreply.github.com>
11 lines
343 B
Plaintext
11 lines
343 B
Plaintext
/datum/preference/numeric/recycler_points
|
|
savefile_key = "RECYCLER_POINTS"
|
|
minimum = -999 //if you get here you deserve it.
|
|
maximum = 999
|
|
savefile_identifier = PREFERENCE_PLAYER
|
|
can_randomize = FALSE
|
|
category = PREFERENCE_CATEGORY_MANUALLY_RENDERED
|
|
|
|
/datum/preference/numeric/recycler_points/create_default_value()
|
|
return 50 //a treat
|