Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit 8cbf791

Browse files
committed
Adds chameleon copy sprite
1 parent 2e4beb5 commit 8cbf791

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

code/modules/clothing/chameleon.dm

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,8 @@
145145

146146
/datum/action/cooldown/chameleon_copy
147147
name = "Copy person"
148-
button_icon_state = "default" //Temporary, just to test it works
148+
button_icon = 'yogstation/icons/mob/actions.dmi'
149+
button_icon_state = "chameleon_copy"
149150
var/target_range = 3
150151
var/syndicate = FALSE
151152
var/active = FALSE

yogstation/icons/mob/actions.dmi

188 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)