Merge pull request #10678 from Ghommie/Ghommie-cit516
Stops the donor patriotic cape from being considered a bed sheet.
This commit is contained in:
@@ -305,7 +305,7 @@ datum/gear/darksabresheath
|
||||
/datum/gear/flagcape
|
||||
name = "US Flag Cape"
|
||||
category = SLOT_IN_BACKPACK
|
||||
path = /obj/item/bedsheet/custom/flagcape
|
||||
path = /obj/item/clothing/neck/flagcape
|
||||
ckeywhitelist = list("darnchacha")
|
||||
|
||||
/datum/gear/luckyjack
|
||||
|
||||
@@ -364,10 +364,11 @@
|
||||
worn_x_dimension = 64
|
||||
worn_y_dimension = 34
|
||||
|
||||
/obj/item/bedsheet/custom/flagcape
|
||||
/obj/item/clothing/neck/flagcape
|
||||
name = "Flag Cape"
|
||||
desc = "A truly patriotic form of heroic attire."
|
||||
icon = 'icons/obj/custom.dmi'
|
||||
resistance_flags = FLAMMABLE
|
||||
alternate_worn_icon = 'icons/mob/custom_w.dmi'
|
||||
icon_state = "flagcape"
|
||||
item_state = "flagcape"
|
||||
|
||||
Reference in New Issue
Block a user