Fixes a runtime I made by improper conflict resolution.

This commit is contained in:
Neerti
2014-11-21 03:47:38 -05:00
parent 72c9b2eb15
commit 0379acad97

View File

@@ -85,6 +85,8 @@ var/list/robot_verbs_default = list(
add_language("Robot Talk", 1)
wires = new(src)
robot_modules_background = new()
robot_modules_background.icon_state = "block"
robot_modules_background.layer = 19 //Objects that appear on screen are on layer 20, UI should be just below it.