|
26 | 26 |
|
27 | 27 | action_icon_state = "magicm"
|
28 | 28 |
|
29 |
| - sound = 'sound/magic/MAGIC_MISSILE.ogg' |
| 29 | + sound = 'sound/magic/magic_missile.ogg' |
30 | 30 |
|
31 | 31 | /obj/effect/proc_holder/spell/targeted/inflict_handler/magic_missile
|
32 | 32 | amt_weakened = 3
|
33 |
| - sound = 'sound/magic/MM_Hit.ogg' |
| 33 | + sound = 'sound/magic/mm_hit.ogg' |
34 | 34 |
|
35 | 35 | /obj/effect/proc_holder/spell/noclothes
|
36 | 36 | name = "No Clothes"
|
|
55 | 55 | cooldown_min = 300 //25 deciseconds reduction per rank
|
56 | 56 |
|
57 | 57 | action_icon_state = "mutate"
|
58 |
| - sound = 'sound/magic/Mutate.ogg' |
| 58 | + sound = 'sound/magic/mutate.ogg' |
59 | 59 |
|
60 | 60 | /obj/effect/proc_holder/spell/targeted/genetic/mutate/cast(list/targets, mob/user = usr)
|
61 | 61 | for(var/mob/living/target in targets)
|
|
98 | 98 | emp_heavy = 6
|
99 | 99 | emp_light = 10
|
100 | 100 |
|
101 |
| - sound = 'sound/magic/Disable_Tech.ogg' |
| 101 | + sound = 'sound/magic/disable_tech.ogg' |
102 | 102 |
|
103 | 103 | /obj/effect/proc_holder/spell/targeted/turf_teleport/blink
|
104 | 104 | name = "Blink"
|
|
145 | 145 |
|
146 | 146 | action_icon_state = "spell_teleport"
|
147 | 147 |
|
148 |
| - sound1 = 'sound/magic/Teleport_diss.ogg' |
149 |
| - sound2 = 'sound/magic/Teleport_app.ogg' |
| 148 | + sound1 = 'sound/magic/teleport_diss.ogg' |
| 149 | + sound2 = 'sound/magic/teleport_app.ogg' |
150 | 150 |
|
151 | 151 | /obj/effect/proc_holder/spell/aoe_turf/conjure/forcewall
|
152 | 152 | name = "Forcewall"
|
|
164 | 164 | summon_lifespan = 300
|
165 | 165 |
|
166 | 166 | action_icon_state = "shield"
|
167 |
| - cast_sound = 'sound/magic/ForceWall.ogg' |
| 167 | + cast_sound = 'sound/magic/forcewall.ogg' |
168 | 168 |
|
169 | 169 | /obj/effect/proc_holder/spell/targeted/forcewall
|
170 | 170 | name = "Greater Forcewall"
|
|
175 | 175 | clothes_req = FALSE
|
176 | 176 | invocation = "TARCOL MINTI ZHERI"
|
177 | 177 | invocation_type = "shout"
|
178 |
| - sound = 'sound/magic/ForceWall.ogg' |
| 178 | + sound = 'sound/magic/forcewall.ogg' |
179 | 179 | action_icon_state = "shield"
|
180 | 180 | range = -1
|
181 | 181 | include_user = TRUE
|
|
219 | 219 |
|
220 | 220 | summon_type = list(/mob/living/simple_animal/hostile/carp)
|
221 | 221 |
|
222 |
| - cast_sound = 'sound/magic/Summon_Karp.ogg' |
| 222 | + cast_sound = 'sound/magic/summon_karp.ogg' |
223 | 223 |
|
224 | 224 | /obj/effect/proc_holder/spell/aoe_turf/conjure/construct
|
225 | 225 | name = "Artificer"
|
|
235 | 235 | summon_type = list(/obj/structure/constructshell)
|
236 | 236 |
|
237 | 237 | action_icon_state = "artificer"
|
238 |
| - cast_sound = 'sound/magic/SummonItems_generic.ogg' |
| 238 | + cast_sound = 'sound/magic/summonitems_generic.ogg' |
239 | 239 |
|
240 | 240 | /obj/effect/proc_holder/spell/aoe_turf/conjure/creature
|
241 | 241 | name = "Summon Creature Swarm"
|
|
250 | 250 | range = 3
|
251 | 251 |
|
252 | 252 | summon_type = list(/mob/living/simple_animal/hostile/creature)
|
253 |
| - cast_sound = 'sound/magic/SummonItems_generic.ogg' |
| 253 | + cast_sound = 'sound/magic/summonitems_generic.ogg' |
254 | 254 |
|
255 | 255 | /obj/effect/proc_holder/spell/targeted/trigger/blind
|
256 | 256 | name = "Blind"
|
|
271 | 271 | /obj/effect/proc_holder/spell/targeted/inflict_handler/blind
|
272 | 272 | amt_eye_blind = 10
|
273 | 273 | amt_eye_blurry = 20
|
274 |
| - sound = 'sound/magic/Blind.ogg' |
| 274 | + sound = 'sound/magic/blind.ogg' |
275 | 275 |
|
276 | 276 | /obj/effect/proc_holder/spell/targeted/genetic/blind
|
277 | 277 | disabilities = BLIND
|
278 | 278 | duration = 300
|
279 |
| - sound = 'sound/magic/Blind.ogg' |
| 279 | + sound = 'sound/magic/blind.ogg' |
280 | 280 |
|
281 | 281 | /obj/effect/proc_holder/spell/fireball
|
282 | 282 | name = "Fireball"
|
|
291 | 291 | cooldown_min = 20 //10 deciseconds reduction per rank
|
292 | 292 | var/fireball_type = /obj/item/projectile/magic/fireball
|
293 | 293 | action_icon_state = "fireball0"
|
294 |
| - sound = 'sound/magic/Fireball.ogg' |
| 294 | + sound = 'sound/magic/fireball.ogg' |
295 | 295 |
|
296 | 296 | active = FALSE
|
297 | 297 |
|
|
362 | 362 | var/maxthrow = 5
|
363 | 363 | var/sparkle_path = /obj/effect/temp_visual/gravpush
|
364 | 364 | action_icon_state = "repulse"
|
365 |
| - sound = 'sound/magic/Repulse.ogg' |
| 365 | + sound = 'sound/magic/repulse.ogg' |
366 | 366 |
|
367 | 367 | /obj/effect/proc_holder/spell/aoe_turf/repulse/cast(list/targets, mob/user = usr)
|
368 | 368 | var/list/thrownatoms = list()
|
|
407 | 407 | include_user = 1
|
408 | 408 | selection_type = "view"
|
409 | 409 | action_icon_state = "sacredflame"
|
410 |
| - sound = 'sound/magic/Fireball.ogg' |
| 410 | + sound = 'sound/magic/fireball.ogg' |
411 | 411 |
|
412 | 412 | /obj/effect/proc_holder/spell/targeted/sacred_flame/cast(list/targets, mob/user = usr)
|
413 | 413 | for(var/mob/living/L in targets)
|
|
0 commit comments