Scrying Orb gains Nightvision (#21729)

Gives night vision to the scrying orb in addition to xray vision.
This commit is contained in:
Springf
2023-07-24 15:45:25 +01:00
committed by GitHub
parent b6e8403ebb
commit 79c2e797bb
+2
View File
@@ -231,6 +231,7 @@
to_chat(current_owner, "<span class='notice'>Your otherworldly vision fades...</span>")
REMOVE_TRAIT(current_owner, TRAIT_XRAY_VISION, SCRYING_ORB)
REMOVE_TRAIT(current_owner, TRAIT_NIGHT_VISION, SCRYING_ORB)
current_owner.update_sight()
current_owner.update_icons()
@@ -242,6 +243,7 @@
to_chat(current_owner, "<span class='notice'>You can see...everything!</span>")
ADD_TRAIT(current_owner, TRAIT_XRAY_VISION, SCRYING_ORB)
ADD_TRAIT(current_owner, TRAIT_NIGHT_VISION, SCRYING_ORB)
current_owner.update_sight()
current_owner.update_icons()