Merge pull request #10940 from Ghommie/Ghommie-cit560

First tweak to cargo reagents selling.
This commit is contained in:
kevinz000
2020-02-15 12:15:50 -07:00
committed by GitHub
27 changed files with 42 additions and 27 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
/mob/living/carbon/Initialize()
. = ..()
create_reagents(1000)
create_reagents(1000, NONE, NO_REAGENTS_VALUE)
update_body_parts() //to update the carbon's new bodyparts appearance
GLOB.carbon_list += src
blood_volume = (BLOOD_VOLUME_NORMAL * blood_ratio)