funny synth port part 1 which may or may not have broken a lot

This commit is contained in:
Dahlular
2020-07-07 23:58:21 -05:00
committed by JaySparrow
parent 0f680c03c6
commit 18588e6f99
19 changed files with 298 additions and 46 deletions
@@ -82,6 +82,7 @@ GLOBAL_LIST_EMPTY(roundstart_races)
var/whitelisted = 0 //Is this species restricted to certain players?
var/whitelist = list() //List the ckeys that can use this species, if it's whitelisted.: list("John Doe", "poopface666", "SeeALiggerPullTheTrigger") Spaces & capitalization can be included or ignored entirely for each key as it checks for both.
var/icon_limbs //Overrides the icon used for the limbs of this species. Mainly for downstream, and also because hardcoded icons disgust me. Implemented and maintained as a favor in return for a downstream's implementation of synths.
///////////
// PROCS //