Merge pull request #2706 from Anewbe/antag

Surplus crates will no longer make more surplus crates
This commit is contained in:
Anewbe
2016-11-08 19:31:44 -06:00
committed by GitHub
2 changed files with 38 additions and 1 deletions

View File

@@ -3,6 +3,7 @@
************/
/datum/uplink_item/item/badassery
category = /datum/uplink_category/badassery
blacklisted = 1
/datum/uplink_item/item/badassery/balloon
name = "For showing that You Are The BOSS (Useless Balloon)"
@@ -19,7 +20,6 @@
/datum/uplink_item/item/badassery/random_one
name = "Random Item"
desc = "Buys you one random item."
blacklisted = 1
/datum/uplink_item/item/badassery/random_one/buy(var/obj/item/device/uplink/U, var/mob/user)
var/datum/uplink_item/item = default_uplink_selection.get_random_item(U.uses)