Fixes bypassing cargo export values on minerals (#27252)

This commit is contained in:
Iamgoofball
2017-05-18 10:26:11 -06:00
committed by duncathan salt
parent 225a038111
commit 4e96f48eed
-3
View File
@@ -25,9 +25,6 @@
if(istype(I, /obj/item/stack/spacecash))
var/obj/item/stack/spacecash/C = I
value = C.value * C.amount
if(istype(I, /obj/item/weapon/coin))
var/obj/item/weapon/coin/C = I
value = C.value
if(value)
SSshuttle.points += value
to_chat(user, "<span class='notice'>You deposit [I]. The station now has [SSshuttle.points] credits.</span>")