Revert "12/21 modernizations from TG live"
This commit is contained in:
@@ -22,7 +22,7 @@ var/const/SIZEPLAY_HUGE=5
|
||||
/proc/get_matrix_smallest()
|
||||
var/matrix/mtrx=new()
|
||||
return mtrx.Scale(0.65)
|
||||
/* omited for quick error resolution while porting -Pooj
|
||||
|
||||
proc/get_racelist(var/mob/user)//This proc returns a list of species that 'user' has available to them. It searches the list of ckeys attached to the 'whitelist' var for a species and also checks if they're an admin.
|
||||
for(var/spath in subtypesof(/datum/species))
|
||||
var/datum/species/S = new spath()
|
||||
@@ -32,4 +32,3 @@ proc/get_racelist(var/mob/user)//This proc returns a list of species that 'user'
|
||||
else if(!S.whitelisted && S.roundstart) //Normal roundstart species will be handled here.
|
||||
whitelisted_species_list[S.id] = S.type
|
||||
return whitelisted_species_list
|
||||
*/
|
||||
Reference in New Issue
Block a user