mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-26 22:57:39 +01:00
Fixes fatal heartburns involving custom liquid bellies digesting synthetics. (#7561)
This commit is contained in:
@@ -1494,6 +1494,8 @@
|
||||
Prey.ingested.trans_to_holder(Pred.ingested, Prey.ingested.total_volume, 0.5, TRUE) // Therefore don't bother spending cpu
|
||||
Prey.touching.del_reagent("stomacid") //Don't need this stuff in our bloodstream.
|
||||
Prey.touching.del_reagent("diet_stomacid") //Don't need this stuff in our bloodstream.
|
||||
Prey.touching.del_reagent("pacid") //Don't need this stuff in our bloodstream.
|
||||
Prey.touching.del_reagent("sacid") //Don't need this stuff in our bloodstream.
|
||||
Prey.touching.del_reagent("cleaner") //Don't need this stuff in our bloodstream.
|
||||
Prey.touching.trans_to_holder(Pred.ingested, Prey.touching.total_volume, 0.5, TRUE) // On updating the prey's reagents
|
||||
else if(M.reagents)
|
||||
@@ -1585,6 +1587,8 @@
|
||||
Prey.ingested.trans_to_holder(Pred.ingested, Prey.ingested.total_volume, copy = TRUE)
|
||||
Prey.touching.del_reagent("stomacid") //CHOMPEdit Don't need this stuff in our bloodstream.
|
||||
Prey.touching.del_reagent("diet_stomacid") //CHOMPEdit Don't need this stuff in our bloodstream.
|
||||
Prey.touching.del_reagent("pacid") //Don't need this stuff in our bloodstream.
|
||||
Prey.touching.del_reagent("sacid") //Don't need this stuff in our bloodstream.
|
||||
Prey.touching.del_reagent("cleaner") //CHOMPEdit Don't need this stuff in our bloodstream.
|
||||
Prey.touching.trans_to_holder(Pred.ingested, Prey.touching.total_volume, copy = TRUE)
|
||||
// TODO - Find a way to make the absorbed prey share the effects with the pred.
|
||||
|
||||
Reference in New Issue
Block a user