Skip to content

Commit fd474cd

Browse files
authored
Update HasPoisonImmunity function documentation
Added information about items and effects related to poison immunity.
1 parent 9414b3d commit fd474cd

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/docs/EntityPlayer.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -912,6 +912,13 @@ ___
912912
### HasPoisonImmunity () {: aria-label='Functions' }
913913
#### boolean HasPoisonImmunity ( ) {: .copyable aria-label='Functions' }
914914

915+
???- info "Info"
916+
Returns `true` if the player has one of the following items / effects / transformations.
917+
918+
- Bob transformation
919+
- Bob's Curse
920+
- Jupiter
921+
915922
___
916923
### IncrementPlayerFormCounter () {: aria-label='Functions' }
917924
#### void IncrementPlayerFormCounter ( [PlayerForm](https://wofsauge.github.io/IsaacDocs/rep/enums/PlayerForm.html) Form, int Count ) {: .copyable aria-label='Functions' }
@@ -951,6 +958,7 @@ Returns `true` if the costume associated with the collectible is visible.
951958
___
952959
### IsEntityValidTarget () {: aria-label='Functions' }
953960
#### boolean IsEntityValidTarget ( [Entity](Entity.md) Entity ) {: .copyable aria-label='Functions' }
961+
Returns `false` for entities such as Dark Esau or Blood Puppy in its angered form.
954962

955963
___
956964
### IsFootstepFrame () {: aria-label='Functions' }

0 commit comments

Comments
 (0)