mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user