travis we're friends right

This commit is contained in:
Timothy Teakettle
2020-09-10 22:50:17 +01:00
parent 58737e42b9
commit cb36f4ad24
2 changed files with 4 additions and 5 deletions
+2 -2
View File
@@ -3,7 +3,7 @@
desc = "This spell emplodes an area."
charge_max = 250
cooldown_min = 50
var/range = 4 //same as a 50/50 reaction of uranium and iron
var/emp_range = 4 //same as a 50/50 reaction of uranium and iron
action_icon_state = "emp"
sound = 'sound/weapons/zapbang.ogg'
@@ -13,6 +13,6 @@
for(var/mob/living/target in targets)
if(target.anti_magic_check())
continue
empulse_using_range(target.loc, range)
empulse_using_range(target.loc, emp_range)
return