Skip to content

Commit

Permalink
Allows the ion thruster to be detached from exosuits + Adds it to the…
Browse files Browse the repository at this point in the history
… outpost market (#3892)

## About The Pull Request

As is the title. Not only allows exosuit ion thrusters to be detachable
from exosuits if attached (Since there was one ruin that had such not
attached to a suit), but also adds it to the Outpost market for almost
150% increase in price to the old RCS thruster.

## Why It's Good For The Game

The RCS thruster honestly sucked ass to be real with you. It not only
siphoned air exceptionally fast, you got only a few tiles in space
before being left in a vacuum. This'll add the objectively superior
version to the outpost, albeit for a relatively steep price to account
with how much better it is compared to the gas powered one in terms of
use.

## Changelog

:cl:
add: Adds the Ion thruster pack for Exosuits to the outpost market, for
2000 credits
balance: Ion thrusters can be detached from exosuits now
/:cl:
  • Loading branch information
Burning02 authored Dec 12, 2024
1 parent 802b150 commit 84fa3fb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
1 change: 0 additions & 1 deletion code/game/mecha/equipment/tools/other_tools.dm
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,6 @@
/obj/item/mecha_parts/mecha_equipment/thrusters/ion //for mechs with built-in thrusters, should never really exist un-attached to a mech
name = "Ion thruster package"
desc = "A set of thrusters that allow for exosuit movement in zero-gravity enviroments."
detachable = FALSE
salvageable = FALSE
effect_type = /obj/effect/particle_effect/ion_trails

Expand Down
8 changes: 8 additions & 0 deletions code/modules/cargo/packs/mechs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,14 @@ Mech Equipment
/obj/item/mecha_parts/mecha_equipment/thrusters/gas
)

/datum/supply_pack/mech/equipment/ionthrust
name = "Exosuit Ion thruster kit"
desc = "An electrical powered thruster pack, perfect for exosuits without a functional way to refill more tradional RCS thrusters."
cost = 2000
contains = list(
/obj/item/mecha_parts/mecha_equipment/thrusters/ion
)

/datum/supply_pack/mech/equipment/ripley_upgrade
name = "APLU upgrade kit"
desc = "Contains an APLU MK II upgrade kit. The upgrade will replace the cockpit with a spaceworthy canopy, but the added weight makes it slower."
Expand Down

0 comments on commit 84fa3fb

Please sign in to comment.