From a1f8fd71b7c49f9939494e81b663569b3bfa8be6 Mon Sep 17 00:00:00 2001 From: Aronai Sieyes Date: Tue, 18 May 2021 23:20:43 -0400 Subject: [PATCH] Make it small --- code/modules/holomap/mapper.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/holomap/mapper.dm b/code/modules/holomap/mapper.dm index 777899dd252..c25888c601c 100644 --- a/code/modules/holomap/mapper.dm +++ b/code/modules/holomap/mapper.dm @@ -3,6 +3,7 @@ desc = "A portable mapping unit, capable of locating other similar units on a map. Also has a short-range sonar mapping system." icon_state = "mapping_unit" item_state = null + w_class = ITEMSIZE_SMALL //Holomap stuff var/marker_prefix = "basic"