This commit is contained in:
Paul 2001-04-18 20:31:14 +00:00
parent c61e68d783
commit 91a26f6ed2
2 changed files with 9 additions and 8 deletions

View file

@ -268,6 +268,7 @@ public:
void giveGlasses() {m_glassesFlag=true;}
int isWearingGlasses() {return m_glassesFlag;}
void giveSqueakyBoots() {m_squeakyBootsTimer=SQUEAKY_BOOTS_TIME;}
int isWearingBoots() {return m_squeakyBootsTimer;}
void giveInvinvibilityRing() {m_invinvibilityRingTimer=INVINCIBILITY_RING_TIME;}
void giveDivingHelmet() {m_divingHelmet=true;}