Merge branch 'master' into solgov_ERT

This commit is contained in:
S34NW
2021-07-10 15:43:33 +01:00
212 changed files with 1812 additions and 2443 deletions
@@ -38,5 +38,6 @@
data["isAI"] = isAI(user)
data["crewmembers"] = GLOB.crew_repository.health_data(T)
data["critThreshold"] = HEALTH_THRESHOLD_CRIT
return data
+1 -1
View File
@@ -113,6 +113,6 @@
return STATUS_CLOSE // Otherwise, we got nothing.
/mob/living/carbon/human/shared_living_ui_distance(atom/movable/src_object)
if(dna.GetSEState(GLOB.teleblock) && (get_dist(src, src_object) <= 2))
if(HAS_TRAIT(src, TRAIT_TELEKINESIS) && (get_dist(src, src_object) <= 2))
return STATUS_INTERACTIVE
return ..()