From 1f4bd27f377aa9ba3f6d15dee7e2b9cfcadb9734 Mon Sep 17 00:00:00 2001 From: CitadelStationBot Date: Thu, 18 May 2017 12:37:43 -0500 Subject: [PATCH] Eightballs are tiny items (#1013) --- code/game/objects/items/eightball.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/game/objects/items/eightball.dm b/code/game/objects/items/eightball.dm index 28e42813b6..ae3a45f457 100644 --- a/code/game/objects/items/eightball.dm +++ b/code/game/objects/items/eightball.dm @@ -4,6 +4,7 @@ icon = 'icons/obj/toy.dmi' icon_state = "eightball" + w_class = WEIGHT_CLASS_TINY verb_say = "rattles"