Carry weight (#5791)

Co-authored-by: silicons <no@you.cat>
This commit is contained in:
silicons
2023-10-12 11:04:59 +02:00
committed by GitHub
co-authored by silicons
parent a2815aa99f
commit 1dfc2cf2b6
151 changed files with 2136 additions and 537 deletions
@@ -287,7 +287,6 @@
apply_colour = TRUE
/obj/item/stack/material/supermatter/proc/update_mass() // Due to how dangerous they can be, the item will get heavier and larger the more are in the stack.
slowdown = amount / 10
w_class = min(5, round(amount / 10) + 1)
throw_range = round(amount / 7) + 1