A couple buildmode fixes

The runtime when not placing a valid path is now replaced with a warning
message

The HUD icon for buildmode is no longer covered up by item actions
This commit is contained in:
Crazylemon64
2018-07-25 14:18:30 -07:00
parent 08ff891bc5
commit cbd52db2be
4 changed files with 12 additions and 3 deletions
+1 -1
View File
@@ -127,7 +127,7 @@
var/obj/item/I = target
var/old_layer = I.layer
var/old_plane = I.plane
I.layer = 21
I.layer = HUD_LAYER_SCREEN + 1
I.plane = HUD_PLANE
current_button.overlays += I
I.layer = old_layer