typos
[k8-i-v-a-n.git] / src / game / humans / humanoid_orc.cpp
blob36eedc7664793191e9acedad31b6e2aab0a60ef2
1 #ifdef HEADER_PHASE
2 CHARACTER(orc, humanoid)
4 protected:
5 virtual void PostConstruct();
6 };
9 #else
13 void orc::PostConstruct()
15 if(!RAND_N(25))
16 GainIntrinsic(LEPROSY);
18 #endif