mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 16:18:01 +01:00
Mouse pointer icons cleanup (#50241)
About The Pull Request This PR reorganizes all mouse pointers icons in the codebase into a single folder under /effects, and removes 4 unused mouse pointer icons, all of which are remnants of the Clockwork Cult. Also removes one rogue white pixel in blind_target.dmi. Why It's Good For The Game Better organization and less space taken by unused icons. Changelog cl Arkatos code: Mouse pointer icons were reorganized to be more easily used in the future. /cl
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
message = "<span class='notice'>Your eyes cry out in pain!</span>"
|
||||
cooldown_min = 50 //12 deciseconds reduction per rank
|
||||
starting_spells = list("/obj/effect/proc_holder/spell/targeted/inflict_handler/blind", "/obj/effect/proc_holder/spell/targeted/genetic/blind")
|
||||
ranged_mousepointer = 'icons/effects/blind_target.dmi'
|
||||
ranged_mousepointer = 'icons/effects/mouse_pointers/blind_target.dmi'
|
||||
action_icon_state = "blind"
|
||||
active_msg = "You prepare to blind a target..."
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
invocation_type = "whisper"
|
||||
range = 1
|
||||
cooldown_min = 200 //100 deciseconds reduction per rank
|
||||
ranged_mousepointer = 'icons/effects/mindswap_target.dmi'
|
||||
ranged_mousepointer = 'icons/effects/mouse_pointers/mindswap_target.dmi'
|
||||
action_icon_state = "mindswap"
|
||||
active_msg = "You prepare to swap minds with a target..."
|
||||
/// For how long is the caster stunned for after the spell
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/obj/effect/proc_holder/spell/pointed
|
||||
name = "pointed spell"
|
||||
ranged_mousepointer = 'icons/effects/throw_target.dmi'
|
||||
ranged_mousepointer = 'icons/effects/mouse_pointers/throw_target.dmi'
|
||||
action_icon_state = "projectile"
|
||||
/// Message showing to the spell owner upon deactivating pointed spell.
|
||||
var/deactive_msg = "You dispel the magic..."
|
||||
|
||||
Reference in New Issue
Block a user