mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-06-18 20:53:55 +01:00
Minor comment tweak
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
"name",
|
||||
"job",
|
||||
"is_robot", //SKYRAT EDIT ADDITION - Displaying robotic species Icon
|
||||
"is_dnr", //SKYRAT EDIT ADDITION - Displays DNR status
|
||||
"is_dnr", //BUBBERSTATION EDIT ADDITION - Displays DNR status
|
||||
"life_status",
|
||||
"suffocation",
|
||||
"toxin",
|
||||
@@ -262,11 +262,11 @@ GLOBAL_DATUM_INIT(crewmonitor, /datum/crewmonitor, new)
|
||||
entry["is_robot"] = TRUE
|
||||
// SKYRAT EDIT END
|
||||
|
||||
// SKYRAT EDIT BEGIN: Add DNR status
|
||||
// BUBBERSTATION EDIT BEGIN: Add DNR status
|
||||
// If sensors are above living tracking, set DNR state
|
||||
if (sensor_mode >= SENSOR_LIVING)
|
||||
entry["is_dnr"] = HAS_TRAIT(tracked_living_mob, TRAIT_DNR)
|
||||
// SKYRAT EDIT END
|
||||
// BUBBERSTATION EDIT END
|
||||
|
||||
// Binary living/dead status
|
||||
if (sensor_mode >= SENSOR_LIVING)
|
||||
|
||||
Reference in New Issue
Block a user