mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 02:54:41 +01:00
Foam Fixes+Changes
This commit is contained in:
@@ -190,7 +190,9 @@ var/const/BLOOD_VOLUME_SURVIVE = 122
|
||||
|
||||
if(src.species.exotic_blood)
|
||||
vessel.remove_reagent(species.exotic_blood,amm)
|
||||
vessel.reaction(T, TOUCH, amm)
|
||||
if(vessel.total_volume)
|
||||
var/fraction = amm / vessel.total_volume
|
||||
vessel.reaction(T, TOUCH, fraction)
|
||||
return
|
||||
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user