From 8cf7e5af843733880de8055b3b05873dca694146 Mon Sep 17 00:00:00 2001 From: HugoLuman Date: Thu, 14 Apr 2016 16:12:46 -0700 Subject: [PATCH] Adds the rest of the karma code (Hopefully) Signed-off-by: HugoLuman --- code/modules/client/preferences.dm | 2 +- code/modules/karma/karma.dm | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/code/modules/client/preferences.dm b/code/modules/client/preferences.dm index 10404195f15..c8f98826c05 100644 --- a/code/modules/client/preferences.dm +++ b/code/modules/client/preferences.dm @@ -1065,7 +1065,7 @@ var/global/list/special_role_times = list( //minimum age (in days) for accounts age = max(min( round(text2num(new_age)), AGE_MAX),AGE_MIN) if("species") - var/list/new_species = list("Human", "Tajaran", "Skrell", "Unathi", "Diona", "Vulpkanin", "Drask") + var/list/new_species = list("Human", "Tajaran", "Skrell", "Unathi", "Diona", "Vulpkanin") var/prev_species = species // var/whitelisted = 0 diff --git a/code/modules/karma/karma.dm b/code/modules/karma/karma.dm index 12dedc60fba..3983b34e679 100644 --- a/code/modules/karma/karma.dm +++ b/code/modules/karma/karma.dm @@ -198,6 +198,7 @@ You've gained [totalkarma] total karma in your time here.
"} Unlock Machine People -- 15KP
Unlock Kidan -- 30KP
Unlock Grey -- 30KP
+ Unlock Drask -- 30KP
Unlock Vox -- 45KP
Unlock Slime People -- 45KP
Unlock Plasmaman -- 100KP