diff --git a/code/game/gamemodes/wizard/artefact.dm b/code/game/gamemodes/wizard/artefact.dm index 8d816b41773..c455274c408 100644 --- a/code/game/gamemodes/wizard/artefact.dm +++ b/code/game/gamemodes/wizard/artefact.dm @@ -231,6 +231,7 @@ to_chat(current_owner, "Your otherworldly vision fades...") 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, "You can see...everything!") 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()