Merge pull request #3381 from Anewbe/left_eyepatch

Fixes the switch eyepatch verb
This commit is contained in:
Anewbe
2017-04-29 16:47:35 -05:00
committed by GitHub
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()