mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 06:57:42 +01:00
Scrying Orb gains Nightvision (#21729)
Gives night vision to the scrying orb in addition to xray vision.
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user