ID:162346
 
how
do i make
a stat say

crew
CREW

the var crew i want to have a - effect,
and cargo(weight) to have a - effect when a
crew dies from the ship.
var/weight
var/crew
proc/addcrew(var/N)
crew += N
weight += N*5