CRITICAL blobbernaut fix

This commit is contained in:
duncathan salt
2016-01-25 19:05:09 -06:00
parent 3588d1e624
commit ffd33bba05
+2 -2
View File
@@ -83,7 +83,7 @@
if(!B)
src << "<span class='warning'>You must be on a factory blob!</span>"
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 << "<span class='warning'>This factory blob is too damaged to produce a blobbernaut.</span>"
return
if(!can_buy(20))
@@ -257,4 +257,4 @@
owner << "<b>You are a blob!</b>"
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 <b>pressing this button again.</b>"
owner << "Once you burst, you can get additional information by <b>pressing this button again.</b>"