Skip to content

Commit cad29bf

Browse files
authored
Gives voting a custom action icon (#5099)
1 parent f811e08 commit cad29bf

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
/datum/action/vote
2+
button_icon = 'monkestation/icons/hud/actions.dmi'
3+
button_icon_state = "vote"

monkestation/icons/hud/actions.dmi

575 Bytes
Binary file not shown.

tgstation.dme

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5937,6 +5937,7 @@
59375937
#include "monkestation\code\controllers\subsystem\priority_effects.dm"
59385938
#include "monkestation\code\controllers\subsystem\profiler.dm"
59395939
#include "monkestation\code\controllers\subsystem\stamina.dm"
5940+
#include "monkestation\code\controllers\subsystem\vote.dm"
59405941
#include "monkestation\code\datums\action.dm"
59415942
#include "monkestation\code\datums\dna.dm"
59425943
#include "monkestation\code\datums\emotes.dm"

0 commit comments

Comments
 (0)