diff --git a/code/game/gamemodes/blob/powers.dm b/code/game/gamemodes/blob/powers.dm
index 6e5014b35cb..9156350103a 100644
--- a/code/game/gamemodes/blob/powers.dm
+++ b/code/game/gamemodes/blob/powers.dm
@@ -83,7 +83,7 @@
if(!B)
src << "You must be on a factory blob!"
return
- if(B.health < B.maxhealth*0.8) //if it's at less than 60% of its health, you can't blobbernaut it
+ if(B.health < B.maxhealth*0.8) //if it's at less than 80% of its health, you can't blobbernaut it
src << "This factory blob is too damaged to produce a blobbernaut."
return
if(!can_buy(20))
@@ -257,4 +257,4 @@
owner << "You are a blob!"
owner << "You will shortly burst, and should find a quiet place to do so, out of sight of the station."
owner << "Alternatively, you could burst near a place that would hinder the station, such as telecomms or science."
- owner << "Once you burst, you can get additional information by pressing this button again."
\ No newline at end of file
+ owner << "Once you burst, you can get additional information by pressing this button again."