This commit is contained in:
kevinz000
2020-04-09 09:30:28 -07:00
parent e6f98fa270
commit 857716c473
6 changed files with 12 additions and 21 deletions
+1 -1
View File
@@ -863,7 +863,7 @@ 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)? AUTOSCALE_VOLUME(w_class) : w_volume
return isnull(volume)? AUTO_SCALE_VOLUME(w_class) : w_volume
/obj/item/proc/embedded(mob/living/carbon/human/embedded_mob)
return