mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-30 00:21:11 +01:00
Removes Old Deprecated Stuff (#15241)
This commit is contained in:
@@ -228,13 +228,6 @@
|
||||
new /datum/stack_recipe("canvas 23x23", /obj/item/canvas/twentythree_twentythree, 8)
|
||||
))
|
||||
|
||||
/material/hide/xeno/generate_recipes()
|
||||
..()
|
||||
recipes += new /datum/stack_recipe_list("[display_name] costumes",
|
||||
list(
|
||||
new /datum/stack_recipe("leather briefcase", /obj/item/storage/briefcase/real, 4, 1, time = 20)
|
||||
))
|
||||
|
||||
/material/hide/corgi/generate_recipes()
|
||||
..()
|
||||
recipes += new /datum/stack_recipe_list("[display_name] costumes",
|
||||
|
||||
@@ -964,12 +964,6 @@
|
||||
stack_type = /obj/item/stack/material/animalhide/lizard
|
||||
icon_colour = "#34AF10"
|
||||
|
||||
/material/hide/xeno
|
||||
name = MATERIAL_HIDE_ALIEN
|
||||
stack_type = /obj/item/stack/material/animalhide/xeno
|
||||
icon_colour = "#525288"
|
||||
protectiveness = 10 // 33%
|
||||
|
||||
/material/hide/human
|
||||
name = MATERIAL_HIDE_HUMAN
|
||||
stack_type = /obj/item/stack/material/animalhide/human
|
||||
|
||||
Reference in New Issue
Block a user