Merge pull request #8571 from PsiOmegaDelta/EyeFix

Fixes #8534.
This commit is contained in:
Chinsky
2015-03-22 21:47:17 +03:00

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()