|
Galactic Bloodshed
|
Go to the source code of this file.
Functions | |
| void | doship (Ship *, int) |
| void | domass (Ship *) |
| void | doown (Ship *) |
| void | domissile (Ship *) |
| void | domine (int, int) |
| void | doabm (Ship *) |
| int | do_weapon_plant (Ship *) |
| int do_weapon_plant | ( | Ship * | ) |
Definition at line 752 of file doship.cc.
References use_fuel(), and use_resource().
Referenced by do_habitat(), and doplanet().
| void doabm | ( | Ship * | ) |
Definition at line 419 of file doship.cc.
References post(), retal_strength(), and shoot_ship_to_ship().
Referenced by do_turn().
| void domass | ( | Ship * | ) |
| void domine | ( | int | , |
| int | |||
| ) |
| void domissile | ( | Ship * | ) |
Definition at line 237 of file doship.cc.
References getsmap(), post(), putsmap(), shoot_ship_to_planet(), and shoot_ship_to_ship().
Referenced by do_turn().
| void doown | ( | Ship * | ) |
| void doship | ( | Ship * | , |
| int | |||
| ) |
Definition at line 50 of file doship.cc.
References do_ap(), do_canister(), do_god(), do_greenhouse(), do_habitat(), do_mirror(), do_oap(), do_pod(), do_repair(), and moveship().
Referenced by do_turn().
1.8.13