Fixes spy items from the black market being absolutely miniscule (#94708)

## About The Pull Request

Closes #93099

## Changelog
🆑
fix: Fixed spy items from the black market being absolutely miniscule
/🆑
This commit is contained in:
SmArtKar
2026-01-03 22:55:52 -07:00
committed by GitHub
parent eed942cf6a
commit caff74f594
+1 -1
View File
@@ -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