Removes several unused properties which had types that don't even exist, picked up by OpenDream (#16648)

* Makes OpenDream compilation ignore the max BYOND version stuff

OD doesn't really have a consistent, exact BYOND version it's even trying to mimic, necessarily, so

* Removes dead members with types that don't even exist

OpenDream picked these up after I made it actually require that typed members actually get their type defined at any point.

Some interesting examples include a riding_datum member that is some left-over before we moved riding into a component, and a reference to some old aspect of goonchat.
This commit is contained in:
Altoids1
2022-11-26 08:30:14 -06:00
committed by GitHub
parent 04f3f7cf7f
commit 926e8e98e7
7 changed files with 6 additions and 11 deletions

View File

@@ -52,7 +52,6 @@
var/cur_category = CAT_NONE
var/cur_subcategory = CAT_NONE
var/datum/action/innate/crafting/button
var/display_craftable_only = FALSE
var/display_compact = TRUE