Steam Fort 0.5
|
#include "combat.hpp"
#include "main.hpp"
#include <iostream>
#include <stdio.h>
#include "game.hpp"
#include "adventure.hpp"
Functions | |
void | make_attack (Mobile *attacker, Mobile *defender) |
Make attack on mob. | |
void | prepare_attack (Mobile *attacker, Mobile *defender) |
Prepare attack, check range and fight orders. | |
void | update_combat () |
Update combat status. |
Make attack on mob.
attacker | Attacking mob. |
defender | Defending mob. |
Prepare attack, check range and fight orders.
attacker | Attacking mob. |
defender | Defending mob. |
void update_combat | ( | ) |
Update combat status.