[MIRROR] Remove references to old singularity machines (#744)

* Remove references to old singularity machines (#53509)

Removes the singularity generator and the particle accelerator. The former had no sprite, and the latter only existed because of a leftover type path. This does not affect gameplay at all.

Removes the "Start Singularity" verb that was only intended for debug use.

Fixes #53508.

* Remove references to old singularity machines

Co-authored-by: Jared-Fogle <35135081+Jared-Fogle@users.noreply.github.com>
This commit is contained in:
SkyratBot
2020-09-11 23:15:33 +02:00
committed by GitHub
co-authored by Jared-Fogle
parent 7d25137acb
commit e60b9706b5
8 changed files with 12 additions and 107 deletions
@@ -91,12 +91,18 @@
//Parrots will generally sit on their perch unless something catches their eye.
//These vars store their preffered perch and if they dont have one, what they can use as a perch
var/obj/parrot_perch = null
var/obj/desired_perches = list(/obj/structure/frame/computer, /obj/structure/displaycase, \
/obj/structure/filingcabinet, /obj/machinery/teleport, \
/obj/machinery/dna_scannernew, /obj/machinery/telecomms, \
/obj/machinery/nuclearbomb, /obj/machinery/particle_accelerator, \
/obj/machinery/recharge_station, /obj/machinery/smartfridge, \
/obj/machinery/computer, /obj/machinery/suit_storage_unit)
var/obj/desired_perches = list(/obj/structure/frame/computer,
/obj/structure/displaycase,
/obj/structure/filingcabinet,
/obj/machinery/teleport,
/obj/machinery/dna_scannernew,
/obj/machinery/telecomms,
/obj/machinery/nuclearbomb,
/obj/machinery/recharge_station,
/obj/machinery/smartfridge,
/obj/machinery/computer,
/obj/machinery/suit_storage_unit,
)
//Parrots are kleptomaniacs. This variable ... stores the item a parrot is holding.
var/obj/item/held_item = null