k
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user