18 lines
587 B
Plaintext
18 lines
587 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
|
|
|
|
///How high of a score on the Intento did we get?
|
|
/datum/award/score/intento_score
|
|
name = "Intento Score"
|
|
desc = "A blast from the future?"
|
|
database_id = INTENTO_SCORE
|