Skip to content

Commit

Permalink
TGS Test Merge (#6041)
Browse files Browse the repository at this point in the history
  • Loading branch information
Blue authored and Blue committed Oct 2, 2023
2 parents 17a7121 + 3dfc026 commit a1d8f9b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions code/modules/holidays/halloween_loadout_masquarade.dm
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,16 @@
SLOT_ID_RIGHT_HAND = 'icons/antagonists/changeling/on_mob/right_hand.dmi'
)

/datum/loadout_entry/seasonal/masquarade/changeling/claw
display_name = "Claws"
path = /obj/item/clothing/gloves/fake_chitin

/obj/item/clothing/gloves/fake_chitin
STD_DEF("plastic claws")
icon_state = "ling_gauntlets"
icon = 'icons/antagonists/changeling/items/clothing.dmi'
default_worn_icon = 'icons/antagonists/changeling/on_mob/clothing.dmi'

/datum/loadout_entry/seasonal/masquarade/changeling/shield
display_name = "Shield"
path = /obj/item/toy/flesh_shield
Expand Down

0 comments on commit a1d8f9b

Please sign in to comment.