branchrust_reboot/main/fix_barricade_subway_entrancecancel

6 Commits over 0 Days - ∞cph!

1 Year Ago
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
1 Year Ago
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
1 Year Ago
Merge from main -> fix_barricade_subway_entrance
1 Year Ago
Fix checking `GameObject.tag == "Value"` instead of "GameObject.CompareTag( "Value" )`
1 Year Ago
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"
1 Year Ago
Add `BlockBarricadePlacement` tag to subway entrance as it's not considered a monument