Skip to content

Commit

Permalink
Remove weird viro culture description (#10261)
Browse files Browse the repository at this point in the history
* Remove weird viro culture description

* Add apostrophe
  • Loading branch information
itsmeow authored Dec 9, 2023
1 parent 5bd7f86 commit c18cfc6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions code/modules/uplink/uplink_items.dm
Original file line number Diff line number Diff line change
Expand Up @@ -2249,23 +2249,23 @@ GLOBAL_LIST_INIT(uplink_items, subtypesof(/datum/uplink_item))

/datum/uplink_item/role_restricted/spanish_flu
name = "Spanish Flu Culture"
desc = "A bottle of cursed blood, full of angry spirits which will burn all the heretics with the fires of hell.\
At least. thats what the label says"
desc = "A bottle of cursed blood, full of angry spirits which will burn all the heretics with the fires of hell. \
At least, that's what the label says"
item = /obj/item/reagent_containers/glass/bottle/fluspanish
cost = 12
restricted_roles = list(JOB_NAME_CHAPLAIN, JOB_NAME_VIROLOGIST)

/datum/uplink_item/role_restricted/retrovirus
name = "Retrovirus Culture Bottle"
desc = "A bottle of contagious DNA bugs, which will manually rearrange the DNA of hosts.\
desc = "A bottle of contagious DNA bugs, which will manually rearrange the DNA of hosts. \
At least, that's what the label says."
item = /obj/item/reagent_containers/glass/bottle/retrovirus
cost = 12
restricted_roles = list(JOB_NAME_VIROLOGIST, JOB_NAME_GENETICIST)

/datum/uplink_item/role_restricted/anxiety
name = "Anxiety Culture Bottle"
desc = "A bottle of pure contagious autism.\
desc = "A bottle of contagious anxiety-inducing virus. \
At least, that's what the label says"
item = /obj/item/reagent_containers/glass/bottle/anxiety
cost = 4
Expand Down

0 comments on commit c18cfc6

Please sign in to comment.