Merge pull request #1036 from Citadel-Station-13/upstream-merge-27252

[MIRROR] Fixes bypassing cargo export values on minerals
This commit is contained in:
LetterJay
2017-05-18 23:40:21 -04:00
committed by GitHub
-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>")