mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-25 06:00:16 +01:00
[MIRROR] Remove nanites (#7210)
* Remove nanites * a Co-authored-by: Mothblocks <35135081+Mothblocks@users.noreply.github.com> Co-authored-by: Gandalf <jzo123@hotmail.com>
This commit is contained in:
co-authored by
Mothblocks
Gandalf
parent
30fc40cbfd
commit
9f7d93f3f3
@@ -243,8 +243,6 @@
|
||||
if(!humanoid || !istype(humanoid))
|
||||
return FALSE
|
||||
if(..())
|
||||
if (humanoid in GLOB.nanite_sensors_list)
|
||||
return TRUE
|
||||
if (istype(humanoid.w_uniform, /obj/item/clothing/under))
|
||||
var/obj/item/clothing/under/uniform = humanoid.w_uniform
|
||||
if(uniform.has_sensor && uniform.sensor_mode >= SENSOR_COORDS) // Suit sensors must be on maximum
|
||||
|
||||
Reference in New Issue
Block a user