From c851f1aebe5fb016c1ff4a547970ec4dcf6c9977 Mon Sep 17 00:00:00 2001 From: TheChosenEvilOne Date: Fri, 3 Jan 2020 16:46:58 +0200 Subject: [PATCH] Actually perhaps remove the money? Signed-off-by: TheChosenEvilOne --- code/modules/cargo/blackmarket/blackmarket_uplink.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/cargo/blackmarket/blackmarket_uplink.dm b/code/modules/cargo/blackmarket/blackmarket_uplink.dm index ddbf5bdf891..35ba17e2418 100644 --- a/code/modules/cargo/blackmarket/blackmarket_uplink.dm +++ b/code/modules/cargo/blackmarket/blackmarket_uplink.dm @@ -50,6 +50,7 @@ return var/obj/item/holochip/holochip = new (user.drop_location(), amount_to_remove) + money -= amount_to_remove holochip.name = "washed " + holochip.name user.put_in_hands(holochip) to_chat(user, "You withdraw [amount_to_remove] credits into a holochip.")