mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 15:47:15 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user