Skip to content

Commit

Permalink
New ability icons part 2 (ParadiseSS13#24671)
Browse files Browse the repository at this point in the history
* icons and shit

* other icons

* mhm

* contras order
  • Loading branch information
McRamon authored Mar 21, 2024
1 parent a59829f commit 2be59d1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions code/_onclick/hud/ghost_hud.dm
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@
/atom/movable/screen/ghost
icon = 'icons/mob/screen_ghost.dmi'

/atom/movable/screen/ghost/MouseEntered()
. = ..()
flick(icon_state + "_anim", src)

/atom/movable/screen/ghost/orbit
name = "Orbit"
icon_state = "orbit"
Expand All @@ -26,6 +22,10 @@
var/mob/dead/observer/G = usr
G.reenter_corpse()

/atom/movable/screen/ghost/reenter_corpse/MouseEntered()
. = ..()
flick(icon_state + "_anim", src)

/atom/movable/screen/ghost/teleport
name = "Teleport"
icon_state = "teleport"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@

/datum/action/innate/demon/whisper
name = "Demonic Whisper"
button_icon_state = "cult_comms"
button_icon_state = "demon_comms"
background_icon_state = "bg_demon"

/datum/action/innate/demon/whisper/IsAvailable()
Expand Down
Binary file modified icons/mob/actions/actions.dmi
Binary file not shown.
Binary file modified icons/mob/screen_ghost.dmi
Binary file not shown.

0 comments on commit 2be59d1

Please sign in to comment.