Skip to content

Commit b060f73

Browse files
committed
a few fixes
1 parent 05b244d commit b060f73

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

game/dota_addons/kodotag/scripts/npc/abilities/farsight.txt

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"AbilityTextureName" "kodotag_farsight"//"enigma_black_hole"
66
"MaxLevel" "1"
77
"AbilityBehavior" "DOTA_ABILITY_BEHAVIOR_POINT"
8-
"AbilityCastRange" "9000"
98
"AbilityCastPoint" "0.5"
109
"AbilityCooldown" "0.5"
1110
"AbilityManaCost" "75"

game/dota_addons/kodotag/scripts/npc/units/rallypoint.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121

2222
// Vision
2323
//----------------------------------------------------------------
24-
"VisionDaytimeRange" "1500" // Range of vision during day light.
25-
"VisionNighttimeRange" "1500" // Range of vision at night time.
24+
"VisionDaytimeRange" "0" // Range of vision during day light.
25+
"VisionNighttimeRange" "0" // Range of vision at night time.
2626
}

0 commit comments

Comments
 (0)