Commit Graph

8 Commits

Author SHA1 Message Date
Guti 409aaba802 Remove 2024-09-09 02:36:53 +02:00
Runa Dacino 61ef3c1f35 fix(repath): Fixes ore satchels from picking up BS crystals
* Repaths Bluespace crystals from obj/item/weapon/ore subtype to obj/item/weapon subtype.
* Adjusts all code references appropriately

I've looked as far as VScode can let me, and I could not find any actual implementation, reference of mechanic that looked like it was using the /ore/ subtype's special mechanics.

Furthermore, I looked in mine_turfs and mineral outcrops codes to see if bluespace crystals were ever treated as an ore/mineral. Once more, I found nothing there either.

Beyond this, I asked cody if they'd ever encountered BS crystals as part of the xenoarch procedure and they reported no

Therefore, I've come to the conclusion that there is absolutely no reason for bluespace crystals to be an ore subtype. Doing this does lose their ability to be sampled by a core sampler but... There was no turf that'd spawn BS crystals (and ore sampler requires it to have been made by a mineral turf).

As such! I repathed it and all references to it and its artificial subtype.

Testing shows that all techs involving BScrystals function as expected (telepad, telesci computer, quantum pad), with deconstruction and construction alike and their expected functionalities.
2023-06-20 17:04:01 +02:00
Heroman 3ea943f9ad Sorts vorestation-only rnd recipies 2019-09-26 18:41:54 +10:00
Arokha Sieyes 4a5498cfe3 Mostly comment out advanced GPSes
Fixes #3697
2018-05-17 15:38:07 -04:00
Arokha Sieyes 569e8f08c3 Adds Quantum Pads
Pad-to-pad teleporters, though they cost 75% of a diamond for each one (since they require a bluespace crystal each).
2018-04-19 18:13:30 -04:00
Arokha Sieyes 440885d1c8 Fix GPS design name
Oops.
2017-02-23 18:18:50 -05:00
Leshana 8df2f50f09 Fix resources required to build bluecrystals, used wrong constants. 2017-02-21 14:13:55 -05:00
Leshana c4377353cb Adds telescience machines and comptuers to the game.
* Code somewhat ported from /tg, but enhanced with nanoui and /vg's area shielding.
* Telepad - Teleports stuff under control of telescience console
* Telescience Console - Controls the telepad
* Bluespace crystals and GPSs
* Circuits and research designs for all.
2017-02-21 10:44:21 -05:00