userJake_Richcancel
branchrust_reboot/main/fix_barricade_subway_entrancecancel

6 Commits over 0 Days - ∞cph!

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