defines race restrictions

This commit is contained in:
TalkingCactus
2016-08-12 19:35:25 -04:00
parent 32ca150fa0
commit ba0715cdff
2 changed files with 5 additions and 5 deletions

View File

@@ -30,7 +30,7 @@ proc/kpcode_race_getlist(var/restrict=0)
if(!R.restricted||R.restricted==restrict)
race_options[r_id]=kpcode_race_get(r_id)
return race_options
/*
proc/kpcode_race_get(var/name="human")
name=kpcode_race_san(name)
if(!name||name=="") name="human"
@@ -40,7 +40,7 @@ proc/kpcode_race_get(var/name="human")
return return_this
else
return kpcode_race_get()
/*
proc/kpcode_race_san(var/input)
if(!input)input="human"
if(istype(input,/datum/species))

View File

@@ -56,9 +56,9 @@
var/siemens_coeff = 1 //base electrocution coefficient
var/exotic_damage_overlay = ""
var/fixed_mut_color = "" //to use MUTCOLOR with a fixed color that's independent of dna.feature["mcolor"]
// var/generic="something"
// var/adjective="unknown"
// var/restricted=0 //Set to 1 to not allow anyone to choose it, 2 to hide it from the DNA scanner, and text to restrict it to one person
var/generic="something"
var/adjective="unknown"
var/restricted=0 //Set to 1 to not allow anyone to choose it, 2 to hide it from the DNA scanner, and text to restrict it to one person
// var/tail=0
// var/taur=0