Code Cleanup + Cushions

This commit is contained in:
Dahlular
2021-01-18 01:14:58 -07:00
parent 659550ff25
commit 9f0b22fa95
11 changed files with 169 additions and 64 deletions
+2 -1
View File
@@ -9,6 +9,7 @@
CAT_PRIMAL,
CAT_FOOD,
CAT_CLOTHING)
//CAT_CARPENTRY
var/list/subcategories = list(
list( //Weapon subcategories
CAT_WEAPON,
@@ -439,4 +440,4 @@
/datum/mind/proc/teach_crafting_recipe(R)
if(!learned_recipes)
learned_recipes = list()
learned_recipes |= R
learned_recipes |= R