fix deserialization

This commit is contained in:
Fox McCloud
2018-07-21 15:51:36 -04:00
parent e2fcfd9254
commit ed1b1fda02
+2 -1
View File
@@ -433,6 +433,7 @@ var/global/list/bad_blocks[0]
UI = data["UI"]
UpdateUI()
UpdateSE()
species = new data["species"]
var/datum/species/S = data["species"]
species = new S
b_type = data["b_type"]
real_name = data["real_name"]