Polaris Sync Merge

Fixed Polaris merge conflicts
* Space controller merge conflict
This commit is contained in:
Arokha Sieyes
2017-03-18 00:58:12 -04:00
62 changed files with 825 additions and 271 deletions

View File

@@ -11,13 +11,15 @@
cooldown_min = 200 //50 deciseconds reduction per rank
var/emp_heavy = 6
var/emp_light = 10
var/emp_heavy = 3
var/emp_med = 5
var/emp_light = 8
var/emp_long = 10
hud_state = "wiz_tech"
/spell/aoe_turf/disable_tech/cast(list/targets)
for(var/turf/target in targets)
empulse(get_turf(target), emp_heavy, emp_light)
empulse(get_turf(target), emp_heavy, emp_med, emp_light, emp_long)
return

View File

@@ -432,4 +432,4 @@
/obj/item/weapon/spellbook/oneuse/charge/recoil(mob/user as mob)
..()
user <<"<span class='warning'>[src] suddenly feels very warm!</span>"
empulse(src, 1, 1)
empulse(src, 1, 1, 1, 1)