Remove check_uplink_validity proc as it isn't useful yet

This commit is contained in:
Anasari
2018-07-31 13:41:35 +08:00
parent fb0cd5d94e
commit 78360811c1
2 changed files with 1 additions and 4 deletions
+1 -1
View File
@@ -153,7 +153,7 @@ var/list/world_uplinks = list()
var/datum/uplink_item/UI = item
var/path = UI.refund_path || UI.item
var/cost = UI.refund_amount || UI.cost
if(I.type == path && UI.refundable && I.check_uplink_validity())
if(I.type == path && UI.refundable)
uses += cost
used_TC -= cost
to_chat(user, "<span class='notice'>[I] refunded.</span>")