[12698] Add visual vomiting to Spell::EffectInebriate

Vomit chance is guessed

Patch 3.2.0 (04-Aug-2009): A 'Drunken Vomit' feature was implemented. This causes the character to 'vomit' upon drinking too much alcohol. (original author @zwerg)
This commit is contained in:
sanctum32 2013-10-21 08:54:49 +03:00 committed by Antz
parent 7ae2fd2a6e
commit cd7226f0a7
2 changed files with 5 additions and 2 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "12697"
#define REVISION_NR "12698"
#endif // __REVISION_NR_H__