mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-27 23:14:18 +01:00
Plant vines no longer spawn on exoplanets (#14568)
This commit is contained in:
@@ -227,6 +227,7 @@
|
||||
S.set_trait(TRAIT_HEAT_TOLERANCE, S.get_trait(TRAIT_HEAT_TOLERANCE) + rand(-5,5),800,70)
|
||||
S.set_trait(TRAIT_LOWKPA_TOLERANCE, atmosphere.return_pressure() + rand(-5,-50),80,0)
|
||||
S.set_trait(TRAIT_HIGHKPA_TOLERANCE, atmosphere.return_pressure() + rand(5,50),500,110)
|
||||
S.set_trait(TRAIT_SPREAD,0)
|
||||
if(S.exude_gasses)
|
||||
S.exude_gasses -= badgas
|
||||
if(atmosphere)
|
||||
|
||||
Reference in New Issue
Block a user