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
+2 -2
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))