branchrust_reboot/main/fix_barricade_subway_entrancecancel
6 Commits over 0 Days - ∞cph!
Fixed "not in terrain" error phrase accidently defaulting to "Can't Place On Monument"
- only affected phrases when generated, didn't affect the ingame messages (yet)
Move a few more error phrases to the ConstructionErrors class
Fix subway entrance prefabs not having `PreventBuildingMonumentTag` as they aren't apart of the S2P system that all other monuments are
- should fix them not being placeable outside of subway entrances
Merge from main -> fix_barricade_subway_entrance
Fix checking `GameObject.tag == "Value"` instead of "GameObject.CompareTag( "Value" )`
Add code to handle "BlockBarricadePlacment" tag
Add "ConstructionErrors" class to store Translate phrases for construction errors
Fix barricades sometimes showing "Not In Terrain" instead of "Can't Place On Monument"
Add `BlockBarricadePlacement` tag to subway entrance as it's not considered a monument