Commit 1943738
committed
fix(npc): Cipfried and Dallheim don't cure burning
Both offer free healing and both handle CONDITION_POISON only, so a player
who says "hi"/"heal" while on fire is told they look fine and keeps burning.
They are the two free healers newcomers reach first, so it is the most
noticeable case.
Other healer NPCs already do this: Quentin, Alia, Amanda, Azalea and Cedrik
all handle CONDITION_FIRE alongside poison. This just brings these two in
line with them, adding the fire branch before the poison one so the more
specific condition is matched first.
Counted across data-otservbr-global/npc: 35 NPCs expose a "heal" keyword,
but only some of them handle fire.1 parent ec41dfc commit 1943738
2 files changed
Lines changed: 20 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
136 | 146 | | |
137 | 147 | | |
138 | 148 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
194 | 194 | | |
195 | 195 | | |
196 | 196 | | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
197 | 207 | | |
198 | 208 | | |
199 | 209 | | |
| |||
0 commit comments