barked on

This commit is contained in:
ItzGabby
2021-03-19 01:38:17 -04:00
parent a980c84958
commit 4a49f6eebe
30 changed files with 354 additions and 105 deletions
+12
View File
@@ -190,6 +190,12 @@
tagname = stripped_input(user, "Would you like to change the name on the tag?", "Name your new pet", "Spot", MAX_NAME_LEN)
name = "[initial(name)] - [tagname]"
/obj/item/clothing/neck/petcollar/ribbon
name = "ribbon pet collar"
icon_state = "ribboncollar"
poly_states = 2
poly_colors = list("#454545", "#292929")
/obj/item/clothing/neck/petcollar/leather
name = "leather pet collar"
icon_state = "leathercollar"
@@ -225,6 +231,12 @@
return
..()
/obj/item/clothing/neck/petcollar/locked/ribbon
name = "ribbon pet collar"
icon_state = "ribboncollar"
poly_states = 2
poly_colors = list("#454545", "#292929")
/obj/item/clothing/neck/petcollar/locked/leather
name = "leather pet collar"
icon_state = "leathercollar"
@@ -567,6 +567,26 @@
attack_verb = list("warned", "cautioned", "smashed")
armor = list("melee" = 5, "bullet" = 0, "laser" = 0,"energy" = 0, "bomb" = 0, "bio" = 0, "rad" = 0, "fire" = 0, "acid" = 0)
/obj/item/clothing/suit/petharness
name = "pet harness"
desc = "For your pet! Or not! Has a little clip on the back."
icon_state = "petharness"
item_state = "petharness"
body_parts_covered = NONE
mutantrace_variation = STYLE_DIGITIGRADE|STYLE_NO_ANTHRO_ICON
allowed = /obj/item/toy/fluff
/obj/item/clothing/suit/petharness/mesh
name = "mesh pet harness"
desc = "For your pet! Or not! Has some mesh to cover up your more sensitive bits and a little clip on the back."
icon_state = "petharness_mesh"
item_state = "petharness_mesh"
body_parts_covered = CHEST
/obj/item/clothing/suit/petharness/ComponentInitialize()
. = ..()
AddElement(/datum/element/polychromic, list("#0056D9", "#959595"), 2, _flags = POLYCHROMIC_ACTION)
// WINTER COATS
/obj/item/clothing/suit/hooded/wintercoat