Fixed single leftover 'cybernetic' and 'drone' variables.

This commit is contained in:
Cerebulon
2017-03-30 21:50:04 +01:00
parent 9e955cf999
commit 2189d83812

View File

@@ -205,12 +205,12 @@ var/global/list/valid_bloodtypes = list("A+", "A-", "B+", "B-", "AB+", "AB-", "O
. += "\tPositronic [organ_name]" . += "\tPositronic [organ_name]"
else else
. += "\tSynthetic [organ_name]" . += "\tSynthetic [organ_name]"
else if(status == "drone") else if(status == "digital")
++ind ++ind
if(ind > 1) if(ind > 1)
. += ", " . += ", "
. += "\tDigital [organ_name]" . += "\tDigital [organ_name]"
else if(status == "cybernetic") else if(status == "assisted")
++ind ++ind
if(ind > 1) if(ind > 1)
. += ", " . += ", "