Artifact Ranges tweak(#8461)

This commit is contained in:
Geeves
2020-03-19 14:40:20 -03:00
committed by GitHub
parent 3e1ce0b2e7
commit ca04d3f85c
2 changed files with 8 additions and 2 deletions
@@ -42,8 +42,8 @@
effectrange = rand(5, 15)
if(3)
//large range, long charge time
chargelevelmax = rand(20, 120)
effectrange = rand(20, 200)
chargelevelmax = rand(20, 60)
effectrange = rand(15, 20)
/datum/artifact_effect/proc/ToggleActivate(var/reveal_toggle = 1)
//so that other stuff happens first
@@ -0,0 +1,6 @@
author: Geeves
delete-after: True
changes:
- tweak: "Reduced long-range artifact effect max range from 200 tiles, to 20."