From caff74f594efc0fb95071c73c80dce6b2889d3e3 Mon Sep 17 00:00:00 2001 From: SmArtKar <44720187+SmArtKar@users.noreply.github.com> Date: Sun, 4 Jan 2026 06:55:52 +0100 Subject: [PATCH] Fixes spy items from the black market being absolutely miniscule (#94708) ## About The Pull Request Closes #93099 ## Changelog :cl: fix: Fixed spy items from the black market being absolutely miniscule /:cl: --- code/modules/antagonists/spy/spy_bounty.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/antagonists/spy/spy_bounty.dm b/code/modules/antagonists/spy/spy_bounty.dm index 2adbe7f05c7..d58fd398d7a 100644 --- a/code/modules/antagonists/spy/spy_bounty.dm +++ b/code/modules/antagonists/spy/spy_bounty.dm @@ -209,7 +209,7 @@ if(had_attack_hand_interaction) thing.interaction_flags_atom |= INTERACT_ATOM_ATTACK_HAND thing.anchored = was_anchored - thing.transform = thing.transform.Scale(10) + thing.transform = thing.transform.Scale(100) thing.moveToNullspace() var/item_price