From f84d80aa420f8a8bb3313cbc1695e53aca5090e6 Mon Sep 17 00:00:00 2001 From: Jack Edge Date: Mon, 15 May 2017 15:32:15 +0100 Subject: [PATCH] Eightballs are tiny items :cl: coiax balance: Magic eightballs are now tiny items, able to fit into a box and pocket. /:cl: Was an oversight when I added them originally, they're about tiny sized anyway. --- 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 28e42813b6f4..ae3a45f457f7 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"