mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
Adds the rest of the karma code
(Hopefully) Signed-off-by: HugoLuman <qaggeler@uci.edu>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user