tgstation/tgstation#39172 - illegal paper-tech fix (#7562)

This commit is contained in:
deathride58
2018-09-22 18:33:10 -04:00
committed by kevinz000
parent 1cc0d14ec5
commit 85ac2108e3
+1 -1
View File
@@ -1572,7 +1572,7 @@ GLOBAL_LIST_INIT(uplink_items, subtypesof(/datum/uplink_item))
/datum/uplink_item/badass/random
name = "Random Item"
desc = "Picking this will purchase a random item. Useful if you have some TC to spare or if you haven't decided on a strategy yet."
item = /obj/item/paper
item = /obj/effect/gibspawner/generic // non-tangible item because techwebs use this path to determine illegal tech
cost = 0
cant_discount = TRUE