Animal Hide Updates (#12083)

* Animal Hide Updates

* CL, Fine Hide, and Fixes
This commit is contained in:
Doxxmedearly
2021-06-25 18:57:57 -03:00
committed by GitHub
parent 97c4e3c561
commit a69fcd5fe6
7 changed files with 141 additions and 46 deletions
+6 -1
View File
@@ -348,7 +348,7 @@
/obj/item/stack/material/leather
name = "leather"
desc = "The by-product of mob grinding."
desc = "Created by only the finest of biogenerators!"
icon_state = "sheet-leather"
default_type = MATERIAL_LEATHER
icon_has_variants = TRUE
@@ -358,6 +358,11 @@
amount = max_amount
update_icon()
/obj/item/stack/material/leather/fine
name = "fine leather"
desc = "Handcrafted by an artisan, this leather is a wonderful status symbol for the wealthy few... Despite it not being any tougher than its biogenerated counterpart."
default_type = MATERIAL_LEATHER_FINE
/obj/item/stack/material/glass
name = "glass"
icon_state = "sheet-glass"
+15
View File
@@ -836,6 +836,13 @@
drop_sound = 'sound/items/drop/leather.ogg'
pickup_sound = 'sound/items/pickup/leather.ogg'
/material/leather/fine
name = MATERIAL_LEATHER_FINE
icon_colour = "#4B3A27"
stack_type = /obj/item/stack/material/leather/fine
ignition_point = T0C+320
melting_point = T0C+320
/material/cotton
name = MATERIAL_COTTON
display_name ="cotton"
@@ -975,6 +982,14 @@
stack_type = /obj/item/stack/material/animalhide/human
icon_colour = "#833C00"
/material/hide/barehide
name = "bare hide"
stack_type = /obj/item/stack/material/animalhide/barehide
/material/hide/wetleather
name = "wet leather"
stack_type = /obj/item/stack/material/animalhide/wetleather
/material/bone
name = MATERIAL_BONE
icon_colour = "#e3dac9"