No point in not having this use the define instead

This commit is contained in:
Archie
2022-01-25 21:42:53 -03:00
parent a29590f15d
commit 0b469c1e80
+1 -1
View File
@@ -4,7 +4,7 @@
var/name = "Test Quirk"
var/desc = "This is a test quirk."
var/value = 0
var/category = "Uncategorized" //Hyper change: Sort quirks into categories
var/category = CATEGORY_UNCATEGORIZED //Hyper change: Sort quirks into categories
var/human_only = TRUE
var/gain_text
var/lose_text