Sets icontype to its proper value.
This commit is contained in:
PsiOmega
2015-03-22 16:25:24 +01:00
parent 5fae54e4a8
commit f9b8c2dbc9

View File

@@ -113,7 +113,7 @@ var/list/robot_verbs_default = list(
robot_modules_background.layer = 19 //Objects that appear on screen are on layer 20, UI should be just below it.
ident = rand(1, 999)
module_sprites["Basic"] = "robot"
icontype = "Default"
icontype = "Basic"
updatename("Default")
updateicon()