mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-21 03:56:47 +01:00
fix a bunch of runtimes (#19226)
This commit is contained in:
@@ -50,7 +50,7 @@
|
||||
affect_ingest(M, alien, removed)
|
||||
//VOREStation Edits Start
|
||||
if(M.isSynthetic())
|
||||
M.adjust_nutrition((nutriment_factor * removed) * M.species.synthetic_food_coeff)
|
||||
M.adjust_nutrition((nutriment_factor * removed) * M.species?.synthetic_food_coeff)
|
||||
//VOREStation Edits End
|
||||
..()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user