Skip to content

Commit

Permalink
Merge pull request #71 from KnigTheThrasher/collarz
Browse files Browse the repository at this point in the history
Blacklists certain neck items from chameleon gear
  • Loading branch information
SynthTwo authored Sep 18, 2024
2 parents e4b4c63 + 0ef3c7a commit 23ab40f
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions code/modules/clothing/chameleon/chameleon_action_subtypes.dm
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@

/datum/action/item_action/chameleon/change/neck/initialize_blacklist()
. = ..()
chameleon_blacklist |= typecacheof(/obj/item/clothing/neck/cloak/skill_reward)

chameleon_blacklist |= typecacheof(list(/obj/item/clothing/neck/cloak/skill_reward,
/obj/item/clothing/neck/human_petcollar,
/obj/item/clothing/neck/petcollar))
//IRIS EDIT
/datum/action/item_action/chameleon/change/stamp
chameleon_type = /obj/item/stamp
chameleon_name = "Stamp"
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 23ab40f

Please sign in to comment.