mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-09 07:48:55 +00:00
12 lines
415 B
Plaintext
12 lines
415 B
Plaintext
///How many times did we survive being a cripple?
|
|
/datum/award/score/hardcore_random
|
|
name = "Hardcore random points"
|
|
desc = "Well, I might be a blind, deaf, crippled guy, but hey, at least I'm alive."
|
|
database_id = HARDCORE_RANDOM_SCORE
|
|
|
|
///How many maintenance pills did you eat?
|
|
/datum/award/score/maintenance_pill
|
|
name = "Maintenance Pills Consumed"
|
|
desc = "Wait why?"
|
|
database_id = MAINTENANCE_PILL_SCORE
|