mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-14 08:34:16 +01:00
reverts isspace lmao (#24317)
This commit is contained in:
@@ -263,7 +263,7 @@
|
||||
nagged = TRUE
|
||||
|
||||
/mob/living/simple_animal/bot/floorbot/proc/is_hull_breach(turf/t) //Ignore space tiles not considered part of a structure, also ignores shuttle docking areas.
|
||||
return !isspaceturf(get_area(t))
|
||||
return !istype(get_area(t), /area/space)
|
||||
|
||||
//Floorbots, having several functions, need sort out special conditions here.
|
||||
/mob/living/simple_animal/bot/floorbot/process_scan(atom/scan_target)
|
||||
|
||||
Reference in New Issue
Block a user