mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 22:50:26 +01:00
Merge pull request #21570 from KorPhaeron/deposit
Fixes bank deposits sometimes giving too few points
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
var/value = 0
|
||||
if(istype(I, /obj/item/stack/spacecash))
|
||||
var/obj/item/stack/spacecash/C = I
|
||||
value = C.value
|
||||
value = C.value * C.amount
|
||||
if(istype(I, /obj/item/weapon/coin))
|
||||
var/obj/item/weapon/coin/C = I
|
||||
value = C.value
|
||||
|
||||
Reference in New Issue
Block a user