Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion yogstation/code/game/objects/items/storage/uplink_kits.dm
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,4 @@
/obj/item/storage/box/syndie_kit/xeno_organ_kit/PopulateContents()
new /obj/item/autosurgeon/plasmavessel(src)
new /obj/item/organ/alien/resinspinner(src)
new /obj/item/organ/alien/neurotoxin(src)
new /obj/item/organ/alien/acid(src)
2 changes: 1 addition & 1 deletion yogstation/code/modules/uplink/uplink_item.dm
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@

/datum/uplink_item/race_restricted/xeno_organ_kit
name = "Xenomorph Organ Kit"
desc = "A kit containing some organs that were... \"donated\" by your ancestors. Contains an autosurgeon, a plasma vessel, a resin spinner, an acid gland, and a neurotoxin gland."
desc = "A kit containing some organs that were... \"donated\" by your ancestors. Contains an autosurgeon, a plasma vessel, a resin spinner, and an acid gland."
cost = 15
item = /obj/item/storage/box/syndie_kit/xeno_organ_kit
restricted_species = list("polysmorph")
Expand Down