mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-31 07:57:47 +01:00
New ability icons part 2 (#24671)
* icons and shit * other icons * mhm * contras order
This commit is contained in:
@@ -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 |
Reference in New Issue
Block a user