From c9c185b3e1523a7305d8afc217e165974219e4c6 Mon Sep 17 00:00:00 2001 From: Trilbyspaceclone <30435998+Trilbyspaceclone@users.noreply.github.com> Date: Thu, 14 Feb 2019 19:12:10 -0500 Subject: [PATCH] 2 out of 5 --- code/modules/uplink/uplink_items.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/uplink/uplink_items.dm b/code/modules/uplink/uplink_items.dm index 38f7d5cc95..37a87a3dd3 100644 --- a/code/modules/uplink/uplink_items.dm +++ b/code/modules/uplink/uplink_items.dm @@ -1366,8 +1366,8 @@ GLOBAL_LIST_INIT(uplink_items, subtypesof(/datum/uplink_item)) /datum/uplink_item/role_restricted/anitclumsyDNA name = "Clown punishment" desc = "HONK! Looks like one of our agents got got! \ - We got a barrle of laughs for you, HONK, we got a Mime DNA injector HONK! Use this on a clown HONK to make them not clusmy HONK!" - cost = 1 //If Hos or warden gets a uplink they should be able to get it for allmost free + We got a barrel of laughs for you, HONK, we got a Mime DNA injector HONK! Use this on a clown HONK to make them not clumsy HONK!" + cost = 1 //If Hos or warden gets an uplink they should be able to get it for almost free item = /obj/item/dnainjector/clumsymut restricted_roles = list("Warden", "Head of Security")