Merge pull request #1036 from Citadel-Station-13/upstream-merge-27252
[MIRROR] Fixes bypassing cargo export values on minerals
This commit is contained in:
@@ -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>")
|
||||
|
||||
Reference in New Issue
Block a user