From f8a311b51b5b59c82e7e671e360fb1fd3fe38317 Mon Sep 17 00:00:00 2001 From: anconfuzedrock Date: Sat, 25 Feb 2017 13:51:29 -0500 Subject: [PATCH] Adds glorf jumpsuits as an assistant exclusive 20tc traitor item (#24285) * adds glorf jumpsuits as 20tc assistant exclusive * alright this time not on my master * this time it exists and its not on my master * fixes capitilization in the fucking word "Yeah" * I liked the uh but it was kinda weird in that sentence I guess * Is this better * I didn't know I had to specifically put surplus = 0 my bad * glorf --- code/modules/uplink/uplink_item.dm | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/code/modules/uplink/uplink_item.dm b/code/modules/uplink/uplink_item.dm index 3aaa339dd53..3835b6c9b1c 100644 --- a/code/modules/uplink/uplink_item.dm +++ b/code/modules/uplink/uplink_item.dm @@ -1216,6 +1216,13 @@ var/list/uplink_items = list() // Global list so we only initialize this once. cost = 20 restricted_roles = list("Chaplain") surplus = 5 //Very low chance to get it in a surplus crate even without being the chaplain +/datum/uplink_item/role_restricted/ancient_jumpsuit + name = "Ancient Jumpsuit" + desc = "A tattered old jumpsuit that will provide absolutely no benefit to you. It fills the wearer with a strange compulsion to blurt out 'glorf'." + item = /obj/item/clothing/under/color/grey/glorf + cost = 20 + surplus = 0 + restricted_roles = list("Assistant") // Pointless /datum/uplink_item/badass