-
Notifications
You must be signed in to change notification settings - Fork 290
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MVP of grid furniture examine action (#1613)
Implementation parts: * Added new examine action `use_furn_fake_item` which allows players to activate crafting pseudo items from furniture. * Added `use_furn_fake_item` for grid welder and grid soldering iron. * Copied usages from soldering iron and welder to their fake counterparts. * Rewritten and generalized vehicle welding usage hack to use furniture too. * Little changes in tests. * Added TODOs for further improvements. Testings: * One time usages tested by placing soldering iron, spawning nurse, getting bleeding and cauterizing. * Repair activity changes tested using: - Repair items using spawned welding cart - Try to repair items using spawned welding cart without charges - Repair items using grid soldering iron and grid welder - Try to repair items using grid soldering iron without power in grid - Repair items using soldering iron and tailor kit in inventory - Repair items using soldering iron and tailor kit standing in nearby tile * Watched variable changes during all manual testing using debugger. Additional context: See #1612
- Loading branch information
1 parent
8a9069d
commit 3f8acfd
Showing
8 changed files
with
366 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.