mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-08-28 23:58:31 +01:00
Adds optional area-based definition for outdoors-ness. (#8155)
This commit is contained in:
@@ -42,7 +42,7 @@ SUBSYSTEM_DEF(planets)
|
||||
return
|
||||
if(istype(T, /turf/unsimulated/wall/planetary))
|
||||
P.planet_walls += T
|
||||
else if(istype(T, /turf/simulated) && T.outdoors)
|
||||
else if(istype(T, /turf/simulated) && T.outdoors == OUTDOORS_YES)
|
||||
P.planet_floors += T
|
||||
T.vis_contents |= P.weather_holder.visuals
|
||||
T.vis_contents |= P.weather_holder.special_visuals
|
||||
|
||||
Reference in New Issue
Block a user