Fix construction from inside containers (#4595)
* Disallow construction of construction ghosts from inside a container * Move IsInContainer check to before doing container ensuring * Move IsInContainer check to HandleStartStructureConstruction to allow building items but not construct structures when inside a cozy locker * Update Resources/Locale/en-US/construction/construction-system.ftl Co-authored-by: Vera Aguilera Puerto <6766154+Zumorica@users.noreply.github.com>
This commit is contained in:
@@ -2,4 +2,5 @@
|
||||
|
||||
construction-system-construct-cannot-start-another-construction = You can't start another construction now!
|
||||
construction-system-construct-no-materials = You don't have the materials to build that!
|
||||
construction-system-already-building = You are already building that!
|
||||
construction-system-already-building = You are already building that!
|
||||
construction-system-inside-container = You can't build while you're there!
|
||||
|
||||
Reference in New Issue
Block a user