fixes body_markings being assigned as a list when in reality its a string (#8047)

This commit is contained in:
deathride58
2019-02-26 18:27:46 -05:00
committed by kevinz000
parent 0ff3da386e
commit eac9c85c91
+1 -1
View File
@@ -45,7 +45,7 @@
var/species_color = ""
var/mutation_color = ""
var/no_update = 0
var/list/body_markings = list() //for bodypart markings
var/body_markings //for bodypart markings
var/list/markings_color = list()
var/auxmarking
var/list/auxmarking_color = list()