Skip to content

Commit

Permalink
set blutgasanalyse time down
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolkenfarmer committed Jul 15, 2024
1 parent 101c387 commit 35119ac
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1365,7 +1365,7 @@ def create_actions():
"category": Action.Category.EXAMINATION,
"location": Action.Location.BEDSIDE,
"relocates": False,
"application_duration": 15,
"application_duration": 10,
"effect_duration": None,
"conditions": {
"required_actions": [str(ActionIDs.ART_KANUELE)],
Expand Down Expand Up @@ -1432,7 +1432,7 @@ def create_actions():
681: "metabol. Alkalose",
682: "kompensierte metabol. Alkalose",
683: "metabol. Alkalose",
}
},
},
},
)
Expand Down

0 comments on commit 35119ac

Please sign in to comment.