mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-21 21:17:44 +01:00
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
This commit is contained in:
committed by
KorPhaeron
parent
a8800d3920
commit
f8a311b51b
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user