Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
FalloutFalcon committed Jan 11, 2024
1 parent 3a259df commit 8eebc07
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
7 changes: 2 additions & 5 deletions code/game/objects/effects/temporary_visuals/miscellaneous.dm
Original file line number Diff line number Diff line change
Expand Up @@ -115,17 +115,14 @@
/obj/effect/temp_visual/dir_setting/wraith
name = "shadow"
icon = 'icons/mob/mob.dmi'
icon_state = "phase_shift2"
icon_state = "revenant_idle"
duration = 6

/obj/effect/temp_visual/dir_setting/wraith/angelic
icon_state = "phase_shift2_angelic"

/obj/effect/temp_visual/dir_setting/wraith/out
icon_state = "phase_shift"

/obj/effect/temp_visual/dir_setting/wraith/out/angelic
icon_state = "phase_shift_angelic"

/obj/effect/temp_visual/dir_setting/tailsweep
icon_state = "tailsweep"
Expand Down Expand Up @@ -174,7 +171,7 @@
name = "\improper Bluespace energy wave"
desc = "A massive, rippling wave of bluepace energy, all rapidly exhausting itself the moment it leaves the concentrated beam of light."
icon = 'icons/effects/beam_splash.dmi'
icon_state = "beam_splash_l"
icon_state = "beam_splash_e"
layer = ABOVE_ALL_MOB_LAYER
pixel_y = -16
duration = 50
Expand Down
4 changes: 2 additions & 2 deletions code/game/objects/items/robot/robot_items.dm
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@
name = "\improper Hyperkinetic Dampening projector"
desc = "A device that projects a dampening field that weakens kinetic energy above a certain threshold. <span class='boldnotice'>Projects a field that drains power per second while active, that will weaken and slow damaging projectiles inside its field.</span> Still being a prototype, it tends to induce a charge on ungrounded metallic surfaces."
icon = 'icons/obj/device.dmi'
icon_state = "shield"
icon_state = "shield0"
var/maxenergy = 1500
var/energy = 1500
var/energy_recharge = 7.5
Expand All @@ -569,7 +569,7 @@
. = ..()
projectile_effect = image('icons/effects/fields.dmi', "projectile_dampen_effect")
tracked = list()
icon_state = "shield"
icon_state = "shield0"
START_PROCESSING(SSfastprocess, src)
host = loc

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
name = "Particle Accelerator"
desc = "Part of a Particle Accelerator."
icon = 'icons/obj/machines/particle_accelerator.dmi'
icon_state = "none"
icon_state = "emitter_center"
anchored = FALSE
density = TRUE
max_integrity = 500
Expand Down

0 comments on commit 8eebc07

Please sign in to comment.