mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 05:23:22 +01:00
Replaces the Clown Firing pin with a Psionic Firing pin in the Research Director's box (#20564)
I literally changed the Clown firing pin to the objectively cooler Psionic firing pin in the RDs firing pin box, which is cooler, makes more sense, and also apparently the Clown firing pin is an adminbus item, at least thats what comments call it
This commit is contained in:
@@ -442,7 +442,7 @@
|
||||
name = "box of assorted firing pins"
|
||||
desc = "A box of varied assortment of firing pins. Appears to have R&D stickers on all sides of the box. Also seems to have a smiley face sticker on the top of it."
|
||||
illustration = "firingpin"
|
||||
starts_with = list(/obj/item/device/firing_pin = 2, /obj/item/device/firing_pin/access = 2, /obj/item/device/firing_pin/implant/loyalty = 2, /obj/item/device/firing_pin/clown = 1, /obj/item/device/firing_pin/dna = 1)
|
||||
starts_with = list(/obj/item/device/firing_pin = 2, /obj/item/device/firing_pin/access = 2, /obj/item/device/firing_pin/implant/loyalty = 2, /obj/item/device/firing_pin/psionic = 1, /obj/item/device/firing_pin/dna = 1)
|
||||
|
||||
/obj/item/storage/box/psireceiver
|
||||
name = "box of psionic receivers"
|
||||
|
||||
Reference in New Issue
Block a user