Fixes tesh being able to use all prosthetics

Thanks to Aronai for the solution
This commit is contained in:
Cameron653
2018-04-23 23:03:00 -04:00
parent a6b25bc79a
commit d9be096edb
2 changed files with 6 additions and 1 deletions

View File

@@ -42,7 +42,7 @@ var/const/standard_monitor_styles = "blank=ipc_blank;\
var/lifelike // If set, appears organic.
var/skin_tone // If set, applies skin tone rather than part color
var/blood_color = "#030303"
var/list/species_cannot_use = list("Promethean") //VOREStation Edit
var/list/species_cannot_use = list(SPECIES_TESHARI, SPECIES_PROMETHEAN) //VOREStation Edit
var/list/monitor_styles //If empty, the model of limbs offers a head compatible with monitors.
var/parts = BP_ALL //Defines what parts said brand can replace on a body.
var/health_hud_intensity = 1 // Intensity modifier for the health GUI indicator.