Peonso
Godly Member
- Joined
- Jan 14, 2008
- Messages
- 1,788
- Solutions
- 30
- Reaction score
- 1,592
https://github.com/otland/forgotten...1732c6625d322d60cf1e43ba/src/player.cpp#L3283
How I also check if the target creature is a player in this function so I can add it as a parameter to this conditional. I want the player to be able to attack other players despite stairhop delay.
Code:
if (hasCondition(CONDITION_PACIFIED)) {
return;
}