Merge pull request #14675 from Heroman3003/boot-no-kill

Removes warcrimes from boots
This commit is contained in:
Heroman3003
2023-03-13 15:25:27 +10:00
committed by GitHub
3 changed files with 14 additions and 14 deletions
@@ -169,13 +169,13 @@
display_name = "cowboy boots, snake skin"
path = /obj/item/clothing/shoes/boots/cowboy/snakeskin
/datum/gear/shoes/cowboy/lizard
display_name = "cowboy boots, lizard skin"
path = /obj/item/clothing/shoes/boots/cowboy/lizard
/datum/gear/shoes/cowboy/green
display_name = "cowboy boots, green"
path = /obj/item/clothing/shoes/boots/cowboy/green
/datum/gear/shoes/cowboy/lizard/masterwork
display_name = "cowboy boots, lizard skin (masterwork)"
path = /obj/item/clothing/shoes/boots/cowboy/lizard/masterwork
/datum/gear/shoes/cowboy/blue
display_name = "cowboy boots, blue"
path = /obj/item/clothing/shoes/boots/cowboy/blue
/datum/gear/shoes/jungle
display_name = "jungle boots"
+8 -8
View File
@@ -23,15 +23,15 @@
desc = "A pair of cowboy boots made from python skin."
icon_state = "cowboy_snakeskin"
/obj/item/clothing/shoes/boots/cowboy/lizard
name = "lizard skin boots"
desc = "You can hear a faint hissing from inside the boots; you hope it is just a mournful ghost."
icon_state = "lizardboots_green"
/obj/item/clothing/shoes/boots/cowboy/green
name = "green cowboy boots"
desc = "A classic looking pair of durable cowboy boots made out of snappy green leather."
icon_state = "cowboy_green"
/obj/item/clothing/shoes/boots/cowboy/lizard/masterwork
name = "\improper Hugs-The-Feet lizard skin boots"
desc = "A pair of masterfully crafted lizard skin boots. Finally a good application for the station's most bothersome inhabitants."
icon_state = "lizardboots_blue"
/obj/item/clothing/shoes/boots/cowboy/blue
name = "blue cowboy boots"
desc = "A classic looking pair of durable cowboy boots made out of extra fancy blue leather."
icon_state = "cowboy_blue"
/obj/item/clothing/shoes/boots/cowboy/brown
name = "brown cowboy boots"
Binary file not shown.

Before

Width:  |  Height:  |  Size: 59 KiB

After

Width:  |  Height:  |  Size: 59 KiB