Personal Crafting - What's the point of leaving todos if I don't actually do them?

This commit is contained in:
SamCroswell
2016-07-15 16:41:31 -04:00
parent 0466499f86
commit cfc15e2dc2
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -31,7 +31,7 @@
#define slot_legcuffed 19
#define slot_r_ear 20
#define slot_tie 21
#define slots_amt 22
#define slots_amt 21
//Cant seem to find a mob bitflags area other than the powers one
-1
View File
@@ -2,7 +2,6 @@
var/busy
var/viewing_category = 1 //typical powergamer starting on the Weapons tab
var/list/categories = list(CAT_WEAPON,CAT_AMMO,CAT_ROBOT,CAT_FOOD,CAT_MISC,CAT_PRIMAL)
//var/datum/action/innate/crafting/button // Holdover from when crafting was still an action button. TODO: Remove this before I commit.