forked from ParadiseSS13/Paradise
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Port TG Resonator so this is not a trash anymore (ParadiseSS13#27216)
* Port TG Resonator so this is not a trash anymore * fix defines * Update kinetic_accelerator.dm * yeah yeah linter i love you too * Update paradise.dme * fix for matrix * Update code/modules/mining/equipment/resonator.dm Co-authored-by: Luc <[email protected]> Signed-off-by: Сиротка <[email protected]> * Update code/modules/mining/equipment/resonator.dm Co-authored-by: Luc <[email protected]> Signed-off-by: Сиротка <[email protected]> * remove useless signal * Update code/modules/mining/equipment/resonator.dm Co-authored-by: Luc <[email protected]> Signed-off-by: Сиротка <[email protected]> * Update code/modules/mining/equipment/resonator.dm Co-authored-by: Luc <[email protected]> Signed-off-by: Сиротка <[email protected]> * Update code/modules/mining/equipment/resonator.dm Co-authored-by: Luc <[email protected]> Signed-off-by: Сиротка <[email protected]> * Update code/modules/mining/equipment/resonator.dm Co-authored-by: Luc <[email protected]> Signed-off-by: Сиротка <[email protected]> * Update code/modules/mining/equipment/resonator.dm Co-authored-by: DGamerL <[email protected]> Signed-off-by: Сиротка <[email protected]> * Update code/modules/mining/equipment/resonator.dm Co-authored-by: DGamerL <[email protected]> Signed-off-by: Сиротка <[email protected]> --------- Signed-off-by: Сиротка <[email protected]> Co-authored-by: Luc <[email protected]> Co-authored-by: DGamerL <[email protected]>
- Loading branch information
1 parent
5df5890
commit 422a48f
Showing
4 changed files
with
103 additions
and
52 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
#define RESONATOR_MODE_AUTO 1 | ||
#define RESONATOR_MODE_MANUAL 2 | ||
#define RESONATOR_MODE_MATRIX 3 |
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