now with working code!

This commit is contained in:
TrilbySpaceClone
2020-04-18 10:09:15 -04:00
parent 8ca7bb7535
commit 42bb01057f
+2 -1
View File
@@ -15,7 +15,7 @@
/datum/component/personal_crafting
var/busy
var/viewing_category = 1 //typical powergamer starting on the Weapons tab
var/viewing_category = 1
var/viewing_subcategory = 1
var/list/categories = list(
CAT_WEAPONRY = list(
@@ -24,6 +24,7 @@
),
CAT_ROBOT = CAT_NONE,
CAT_MISC = list(
CAT_MISC,
CAT_TOOL,
CAT_FURNITURE,
),