mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-24 05:23:22 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user