Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Glasses resprited by Flaborized #2090

Merged
merged 2 commits into from
Sep 9, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions code/WorkInProgress/construction/tools.dm
Expand Up @@ -226,8 +226,8 @@

/obj/item/clothing/glasses/construction
name = "\improper Construction Visualizer"
icon_state = "meson"
item_state = "glasses"
icon_state = "construction"
item_state = "construction"
mats = 6
desc = "The latest technology in viewing live blueprints."

Expand Down
8 changes: 3 additions & 5 deletions code/obj/item/clothing/glasses.dm
Expand Up @@ -398,7 +398,7 @@
/obj/item/clothing/glasses/healthgoggles
name = "\improper ProDoc Healthgoggles"
desc = "Fitted with an advanced miniature sensor array that allows the user to quickly determine the physical condition of others."
icon_state = "ectoglasses"
icon_state = "prodocs"
uses_multiple_icon_states = 1
var/client/assigned = null
var/scan_upgrade = 0
Expand Down Expand Up @@ -461,8 +461,7 @@
else
src.scan_upgrade = 1
src.health_scan = 1
src.icon_state = "prodocs"
src.item_state = "prodocs"
src.icon_state = "prodocs-upgraded"
boutput(user, "<span class='notice'>Health scan upgrade installed.</span>")
playsound(src.loc ,"sound/items/Deconstruct.ogg", 80, 0)
user.u_equip(W)
Expand All @@ -481,8 +480,7 @@
return

/obj/item/clothing/glasses/healthgoggles/upgraded
icon_state = "prodocs"
item_state = "prodocs"
icon_state = "prodocs-upgraded"
scan_upgrade = 1
health_scan = 1

Expand Down
Binary file modified icons/mob/eyes.dmi
Binary file not shown.
Binary file modified icons/obj/clothing/item_glasses.dmi
Binary file not shown.