more fixes

This commit is contained in:
timothyteakettle
2020-10-17 03:42:14 +01:00
parent d5a1834788
commit 04e1d9fc39
2 changed files with 8 additions and 2 deletions
+2 -2
View File
@@ -231,10 +231,10 @@ SAVEFILE UPDATING/VERSIONING - 'Simplified', or rather, more coder-friendly ~Car
message_admins("[feature]")
var/feature_type = features[feature]
if(feature_type)
var/ref_list = GLOB.mutant_reference_list[feature_type]
var/ref_list = GLOB.mutant_reference_list[feature]
if(ref_list)
message_admins("ref list found [ref_list]")
var/datum/sprite_accessory/accessory = ref_list[feature]
var/datum/sprite_accessory/accessory = ref_list[feature_type]
if(accessory)
var/primary_string = "[feature_type]_primary"
var/secondary_string = "[feature_type]_secondary]"