Skip to content

Commit

Permalink
Nanopaste now can repair mecha (#25251)
Browse files Browse the repository at this point in the history
* Nanopaste now can repair mecha

* Update nanopaste.dm

* refactor mech code

* fix

* Update code/game/objects/items/stacks/nanopaste.dm

Co-authored-by: Henri215 <[email protected]>
Signed-off-by: Сиротка <[email protected]>

* Update nanopaste.dm

* Update nanopaste.dm

* Update nanopaste.dm

* Update nanopaste.dm

* Update code/game/objects/items/stacks/nanopaste.dm

Co-authored-by: DGamerL <[email protected]>
Signed-off-by: Сиротка <[email protected]>

* Update nanopaste.dm

* Update code/game/objects/items/stacks/nanopaste.dm

Co-authored-by: Matt <[email protected]>
Signed-off-by: Сиротка <[email protected]>

* Update code/game/mecha/mecha.dm

Co-authored-by: DGamerL <[email protected]>
Signed-off-by: Сиротка <[email protected]>

* Update code/game/objects/items/stacks/nanopaste.dm

Co-authored-by: DGamerL <[email protected]>
Signed-off-by: Сиротка <[email protected]>

---------

Signed-off-by: Сиротка <[email protected]>
Co-authored-by: Henri215 <[email protected]>
Co-authored-by: DGamerL <[email protected]>
Co-authored-by: Matt <[email protected]>
Co-authored-by: S34N <[email protected]>
  • Loading branch information
5 people authored May 23, 2024
1 parent d32d6ee commit ccf5ef4
Show file tree
Hide file tree
Showing 4 changed files with 98 additions and 76 deletions.
10 changes: 5 additions & 5 deletions code/__DEFINES/mecha_defines.dm
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
#define MECHA_SIDE_ARMOUR 2
#define MECHA_BACK_ARMOUR 3

#define MECHA_LOCKED 0
#define MECHA_SECURE_BOLTS 1
#define MECHA_LOOSE_BOLTS 2
#define MECHA_OPEN_HATCH 3
#define MECHA_UNSECURE_CELL 4
#define MECHA_MAINT_OFF 0
#define MECHA_MAINT_ON 1
#define MECHA_BOLTS_UP 2
#define MECHA_OPEN_HATCH 3
#define MECHA_BATTERY_UNSCREW 4
Loading

0 comments on commit ccf5ef4

Please sign in to comment.