Skip to content

Commit

Permalink
lizard lizard loses l-it at deck guns
Browse files Browse the repository at this point in the history
lizard enters code to fix some issues with moving and stacking deck gun machines.

lizard rewrites the entire structure instead because of questionable decisions.
  • Loading branch information
DeltaFire15 committed Dec 11, 2024
1 parent 0636b8f commit 05dcf94
Show file tree
Hide file tree
Showing 15 changed files with 242 additions and 54 deletions.
2 changes: 1 addition & 1 deletion _maps/map_files/Atlas/atlas.dmm

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion _maps/map_files/Eclipse/Eclipse1.dmm

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions _maps/map_files/Galactica/Galactica2.dmm

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions _maps/map_files/Gladius/Gladius2.dmm

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions _maps/map_files/Instanced/map_files/Babylon2.dmm

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion _maps/map_files/Instanced/map_files/Hammurabi2.dmm

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion _maps/map_files/Snake/snake_lower.dmm

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions _maps/map_files/Testship/testship.dmm

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion _maps/map_files/Tycoon/Tycoon2.dmm

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion _maps/map_files/Vago/vagodeck2.dmm

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion _maps/templates/boarding/syndicate/destroyer.dmm

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
loot = list(
/obj/item/powder_bag = 10,
/obj/machinery/computer/deckgun = 1,
/obj/machinery/deck_turret = 1,
/obj/machinery/deck_turret/core = 1,
/obj/machinery/deck_turret/payload_gate = 1,
/obj/machinery/deck_turret/autoelevator = 1,
/obj/machinery/deck_turret/powder_gate = 1
Expand Down
4 changes: 2 additions & 2 deletions nsv13/code/game/objects/items/nsv_circuitboards.dm
Original file line number Diff line number Diff line change
Expand Up @@ -201,12 +201,12 @@
build_path = /obj/machinery/computer/deckgun
resistance_flags = INDESTRUCTIBLE | LAVA_PROOF | FIRE_PROOF | UNACIDABLE | ACID_PROOF | FREEZE_PROOF

/obj/item/circuitboard/machine/deck_gun
/obj/item/circuitboard/machine/deck_gun/core
name = "deck gun core (Machine Board)"
req_components = list(
/obj/item/stack/sheet/mineral/titanium = 10,
/obj/item/stack/cable_coil = 5)
build_path = /obj/machinery/deck_turret
build_path = /obj/machinery/deck_turret/core
needs_anchored = FALSE
resistance_flags = INDESTRUCTIBLE | LAVA_PROOF | FIRE_PROOF | UNACIDABLE | ACID_PROOF | FREEZE_PROOF

Expand Down
Loading

0 comments on commit 05dcf94

Please sign in to comment.