From d149ce47a618f07d4ce54efdd4baaa324964d363 Mon Sep 17 00:00:00 2001 From: kevinz000 <2003111+kevinz000@users.noreply.github.com> Date: Thu, 9 Apr 2020 21:31:35 -0700 Subject: [PATCH] ok --- code/game/objects/items.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/game/objects/items.dm b/code/game/objects/items.dm index 19ffb78e52..e6b9618ba3 100644 --- a/code/game/objects/items.dm +++ b/code/game/objects/items.dm @@ -863,7 +863,8 @@ GLOBAL_VAR_INIT(rpg_loot_items, FALSE) /// Get an item's volume that it uses when being stored. /obj/item/proc/get_w_volume() - return isnull(volume)? AUTO_SCALE_VOLUME(w_class) : w_volume + // if w_volume is 0 you fucked up anyways lol + return w_volume || AUTO_SCALE_VOLUME(w_class) /obj/item/proc/embedded(mob/living/carbon/human/embedded_mob) return