New ability icons part 2 (#24671)

* icons and shit

* other icons

* mhm

* contras order
This commit is contained in:
McRamon
2024-03-21 05:00:31 +00:00
committed by GitHub
parent a59829fae8
commit 2be59d15b5
4 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -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"
@@ -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"
@@ -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()
Binary file not shown.

Before

Width:  |  Height:  |  Size: 149 KiB

After

Width:  |  Height:  |  Size: 142 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB