Skip to content

BlockType.appliesToBlock should only look over subtypenames, not typeId too #124

@zrisher

Description

@zrisher

Currently, when we provide a block subtype name for a BlockType, BlockType.appliesToBlock in https://github.com/stackcollision/GardenConquest/blob/master/Data/Scripts/GardenConquest/Records/BlockType.cs will match it against not just the subtype but the block type too. Either we need to ensure we just match subtypes, or we need to redefine the default limits to more directly target the subtypes (i.e. "refinery").

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions