Changes how vaurca phoron leaking works (#7047)

-vaurca phoron tanks will only leak when damaged
-removed the breeder commanding power
-removes the vaurca monkey exhaling phoron
This commit is contained in:
Alberyk
2019-09-29 13:32:04 +03:00
committed by Erki
parent 468fa225f0
commit 392bbbaa1e
4 changed files with 10 additions and 7 deletions
+2 -2
View File
@@ -352,7 +352,7 @@ obj/item/organ/vaurca/neuralsocket/process()
else if(pressure > (8.0*ONE_ATMOSPHERE))
if(damage >= 60)
if(is_broken())
var/turf/simulated/T = get_turf(src)
if(!T)
return
@@ -362,7 +362,7 @@ obj/item/organ/vaurca/neuralsocket/process()
else if(pressure > (5.0*ONE_ATMOSPHERE))
if(damage >= 45)
if(is_bruised())
var/turf/simulated/T = get_turf(src)
if(!T)
return