mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-24 05:38:15 +01:00
Fixes fatal heartburns involving custom liquid bellies digesting synthetics. (#7561)
This commit is contained in:
@@ -354,6 +354,7 @@
|
||||
touch_met = 50 // It's acid!
|
||||
var/power = 5
|
||||
var/meltdose = 10 // How much is needed to melt
|
||||
affects_robots = TRUE //CHOMPedit, it's acid! Still eats metal!
|
||||
|
||||
/datum/reagent/acid/affect_blood(var/mob/living/carbon/M, var/alien, var/removed)
|
||||
if(alien == IS_GREY) //ywedit
|
||||
|
||||
@@ -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