Skip to content

Commit

Permalink
Removes the singularity, tesla and particle accelerator packs from ca…
Browse files Browse the repository at this point in the history
…rgo (#2787)

<!-- Write **BELOW** The Headers and **ABOVE** The comments else it may
not be viewable. -->
<!-- You can view Contributing.MD for a detailed description of the pull
request process. -->

## About The Pull Request

The singularity, tesla, and particle accelerator can no longer be bought
since the engines are either unbalanced or impossible to effectively use
on most ships

## Why It's Good For The Game

The singularity can't be effectively fitted to any ship without building
in hyperspace. Even if it is, it's going to irradiate/EMP everything in
a large area, which likely means somewhere important

The tesla is just free infinite power if set up, which is boring. It
doesn't have any upkeep and containment is extremely simple

The particle accelerator doesn't do anything except turn on and power
those two engines

## Changelog

:cl:
del: The tesla, singularity, and particle generator are no longer
purchasable from cargo
/:cl:

<!-- Both :cl:'s are required for the changelog to work! You can put
your name to the right of the first :cl: if you want to overwrite your
GitHub username as author ingame. -->
<!-- You can use multiple of the same prefix (they're only used for the
icon ingame) and delete the unneeded ones. Despite some of the tags,
changelogs should generally represent how a player might be affected by
the changes rather than a summary of the PR's contents. -->

Signed-off-by: Theos <[email protected]>
  • Loading branch information
SomeguyManperson authored Feb 29, 2024
1 parent 9a07fa6 commit fdbccbc
Showing 1 changed file with 0 additions and 30 deletions.
30 changes: 0 additions & 30 deletions code/modules/cargo/packs/machinery.dm
Original file line number Diff line number Diff line change
Expand Up @@ -335,32 +335,10 @@
crate_name = "grounding rod crate"
crate_type = /obj/structure/closet/crate/engineering/electrical

/datum/supply_pack/machinery/PA
name = "Particle Accelerator Crate"
desc = "A supermassive black hole or hyper-powered teslaball are the perfect way to spice up any party! This \"My First Apocalypse\" kit contains everything you need to build your own particle accelerator! Ages 10 and up."
cost = 3000
contains = list(/obj/structure/particle_accelerator/fuel_chamber,
/obj/machinery/particle_accelerator/control_box,
/obj/structure/particle_accelerator/particle_emitter/center,
/obj/structure/particle_accelerator/particle_emitter/left,
/obj/structure/particle_accelerator/particle_emitter/right,
/obj/structure/particle_accelerator/power_box,
/obj/structure/particle_accelerator/end_cap)
crate_name = "particle accelerator crate"
crate_type = /obj/structure/closet/crate/engineering/electrical

/*
Engine cores
*/

/datum/supply_pack/machinery/sing_gen
name = "Singularity Generator Crate"
desc = "The key to unlocking the power of Lord Singuloth. Particle accelerator not included."
cost = 5000
contains = list(/obj/machinery/the_singularitygen)
crate_name = "singularity generator crate"
crate_type = /obj/structure/closet/crate/secure/engineering

/datum/supply_pack/machinery/supermatter_shard
name = "Supermatter Shard Crate"
desc = "The power of the heavens condensed into a single crystal."
Expand All @@ -369,11 +347,3 @@
crate_name = "supermatter shard crate"
crate_type = /obj/structure/closet/crate/secure/engineering

/datum/supply_pack/machinery/tesla_gen
name = "Tesla Generator Crate"
desc = "The stabilized heart of a tesla engine. Particle accelerator not included."
cost = 6000
contains = list(/obj/machinery/the_singularitygen/tesla)
crate_name = "tesla generator crate"
crate_type = /obj/structure/closet/crate/secure/engineering

0 comments on commit fdbccbc

Please sign in to comment.