Changeset 10684 in orxonox.OLD for branches/vs-enhencements/src/world_entities/npcs/npc.cc
- Timestamp:
- Jun 11, 2007, 11:30:56 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/vs-enhencements/src/world_entities/npcs/npc.cc
r10678 r10684 167 167 // this->getWeaponManager().changeWeaponConfig(1); 168 168 169 this->setHealthMax(100); 170 this->setHealth(80); 169 // this->setHealthMax(100); 170 // this->setHealth(80); 171 this->loadHealth(80,100); 171 172 172 173 this->getWeaponManager().setSlotCount(7);
Note: See TracChangeset
for help on using the changeset viewer.