mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-19 02:56:14 +01:00
Merge pull request #3381 from Anewbe/left_eyepatch
Fixes the switch eyepatch verb
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user