Action buttons for spells now include their description
This commit is contained in:
@@ -168,7 +168,7 @@
|
||||
|
||||
/datum/action/item_action/toggle_firemode
|
||||
name = "Toggle Firemode"
|
||||
|
||||
|
||||
/datum/action/item_action/rcl
|
||||
name = "Change Cable Color"
|
||||
button_icon_state = "rcl_rainbow"
|
||||
@@ -482,6 +482,7 @@
|
||||
var/obj/effect/proc_holder/spell/S = target
|
||||
S.action = src
|
||||
name = S.name
|
||||
desc = S.desc
|
||||
button_icon = S.action_icon
|
||||
button_icon_state = S.action_icon_state
|
||||
background_icon_state = S.action_background_icon_state
|
||||
|
||||
9
code/datums/action.dm.rej
Normal file
9
code/datums/action.dm.rej
Normal file
@@ -0,0 +1,9 @@
|
||||
diff a/code/datums/action.dm b/code/datums/action.dm (rejected hunks)
|
||||
@@ -491,7 +491,6 @@
|
||||
S.action = src
|
||||
name = S.name
|
||||
desc = S.desc
|
||||
- button_icon = S.action_icon
|
||||
icon_icon = S.action_icon
|
||||
button_icon_state = S.action_icon_state
|
||||
background_icon_state = S.action_background_icon_state
|
||||
Reference in New Issue
Block a user