Adds all-seeing-eye to necropolis chests. (#18160)

* Swaps xray syringe with new item.

* blankspace

* standards
This commit is contained in:
TechnoAlchemist
2016-06-04 02:52:04 -05:00
committed by KorPhaeron
parent 65ba2d2800
commit d75ded29fa
4 changed files with 11 additions and 1 deletions
+10
View File
@@ -280,6 +280,16 @@
icon_state = "redglasses"
item_state = "redglasses"
/obj/item/clothing/glasses/godeye
name = "eye of god"
desc = "A strange eye, said to have been torn from an omniscient creature that used to roam the wastes."
icon_state = "godeye"
item_state = "godeye"
vision_flags = SEE_TURFS|SEE_MOBS|SEE_OBJS
darkness_view = 8
scan_reagents = 1
flags = NODROP
invis_view = SEE_INVISIBLE_MINIMUM
/obj/item/clothing/glasses/proc/chameleon(var/mob/user)
var/input_glasses = input(user, "Choose a piece of eyewear to disguise as.", "Choose glasses style.") as null|anything in list("Sunglasses", "Medical HUD", "Mesons", "Science Goggles", "Glasses", "Security Sunglasses","Eyepatch","Welding","Gar")
@@ -21,7 +21,7 @@
if(4)
new /obj/item/weapon/katana/cursed(src)
if(5)
new /obj/item/weapon/dnainjector/xraymut(src)
new /obj/item/clothing/glasses/godeye(src)
if(6)
new /obj/item/weapon/wingpotion(src)
if(7)
Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.8 KiB

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.5 KiB

After

Width:  |  Height:  |  Size: 10 KiB