mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-11 07:04:01 +01:00
forbid those (#19471)
This commit is contained in:
@@ -89,7 +89,7 @@ SUBSYSTEM_DEF(cryoplanets)
|
||||
return FALSE
|
||||
|
||||
var/area/area_check = get_area(T) //Do not freeze dorms
|
||||
if(!area_check || (area_check.flags & AREA_CRYOPLANET_SHIELDED))
|
||||
if(!area_check || (area_check.flags & AREA_CRYOPLANET_SHIELDED || istype(area_check, /area/shuttle) || istype(area_check, /area/turbolift)))
|
||||
return FALSE
|
||||
|
||||
return TRUE
|
||||
|
||||
Reference in New Issue
Block a user