Skip to content

Commit

Permalink
removes the lore and just makes it a statistical change
Browse files Browse the repository at this point in the history
  • Loading branch information
KoishiVibe committed Aug 29, 2024
1 parent a1ab339 commit a578aaf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions code/game/machinery/computer/dropship_weapons.dm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/obj/structure/machinery/computer/dropship_weapons
name = "abstract dropship fire control console"
desc = "The rear console of a dropship; primarily intended to operate weapons and radioelectronic battle actions by the weapons officer. Also contains a set of redundant flight controls. The sensor fusion display informs the pilot of everything the aircraft picks up, fed through a powerful logic driver."
name = "abstract dropship weapons controls"
desc = "A computer to manage equipment, weapons and simulations installed on the dropship."
density = TRUE
icon = 'icons/obj/structures/machinery/shuttle-parts.dmi'
icon_state = "consoleright"
Expand Down
4 changes: 2 additions & 2 deletions code/modules/shuttle/computers/dropship_computer.dm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/obj/structure/machinery/computer/shuttle/dropship/flight
name = "dropship flight console"
desc = "The multi-purpose display cluster of a dropship. Integrates information from avionics to radioelectronic battle state into a combined battlefield picture. With it, it's possible to fly alone, though difficult. This station also has backup fire control authority."
name = "dropship navigation computer"
desc = "A flight computer that can be used for autopilot or long-range flights."
icon = 'icons/obj/structures/machinery/shuttle-parts.dmi'
icon_state = "console"
unacidable = TRUE
Expand Down

0 comments on commit a578aaf

Please sign in to comment.