mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 20:48:56 +01:00
Assistant Traitor Item: Part Electric Boogatwo (#42297)
* toolbox pls * rstar * Update uplink_items.dm * contents, force * i * toolbox now costs 2 tc robuster * "toolbox" * grammar mistake * bust < bash * description is better A old, blue toolbox, it looks robust. * changed bash skulls to bust heads because i just watched the space station 13 video again * yuh * asdf * throw! * uplink now notes that it increases in damage
This commit is contained in:
@@ -1547,6 +1547,14 @@ GLOBAL_LIST_INIT(uplink_items, subtypesof(/datum/uplink_item))
|
||||
cost = 20
|
||||
restricted_roles = list("Assistant")
|
||||
surplus = 0
|
||||
|
||||
/datum/uplink_item/role_restricted/oldtoolboxclean
|
||||
name = "Ancient Toolbox"
|
||||
desc = "An iconic toolbox design notorious with Assistants everywhere, this design was especially made to become more robust the more telecrystals it has inside it! Tools and insulated gloves included."
|
||||
item = /obj/item/storage/toolbox/mechanical/old/clean
|
||||
cost = 2
|
||||
restricted_roles = list("Assistant")
|
||||
surplus = 0
|
||||
|
||||
/datum/uplink_item/role_restricted/pie_cannon
|
||||
name = "Banana Cream Pie Cannon"
|
||||
|
||||
Reference in New Issue
Block a user