Fixes the switch eyepatch verb

This commit is contained in:
Anewbe
2017-04-26 21:20:19 -05:00
parent 5ca612327b
commit 50d4dce9b1
3 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -132,7 +132,7 @@ BLIND // can't see anything
eye = !eye
if(eye)
icon_state = "[icon_state]_r"
icon_state = "[icon_state]_1"
else
icon_state = initial(icon_state)
update_clothing_icon()