mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 19:47:22 +01:00
review
This commit is contained in:
Vendored
+1
-3
@@ -20,10 +20,8 @@ GLOBAL_DATUM_INIT(crew_repository, /datum/repository/crew, new())
|
||||
|
||||
for(var/dingy in GLOB.human_list)
|
||||
var/mob/living/carbon/human/H = dingy
|
||||
if(!istype(H.w_uniform, /obj/item/clothing/under))
|
||||
continue
|
||||
var/obj/item/clothing/under/C = H.w_uniform
|
||||
if(C.sensor_mode == SUIT_SENSOR_OFF || !C.has_sensor)
|
||||
if(!C || C.sensor_mode == SUIT_SENSOR_OFF || !C.has_sensor)
|
||||
continue
|
||||
var/turf/pos = get_turf(C)
|
||||
if(!T || pos.z != T.z)
|
||||
|
||||
Reference in New Issue
Block a user