27
27
/// Klasse f�r den Schreiner
28
28
class nofBaker : public nofWorkman
30
/// Zeichnet ihn beim Arbeiten
31
void DrawWorking(int x, int y);
32
/// Gibt die ID in JOBS.BOB zur�ck, wenn der Beruf Waren raustr�gt (bzw rein)
33
unsigned short GetCarryID() const { return 76; }
34
/// Der Arbeiter erzeugt eine Ware
35
GoodType ProduceWare();
39
nofBaker(const unsigned short x, const unsigned short y,const unsigned char player,nobUsual * workplace);
40
nofBaker(SerializedGameData * sgd, const unsigned obj_id);
42
GO_Type GetGOT() const { return GOT_NOF_BAKER; }
30
/// Zeichnet ihn beim Arbeiten
31
void DrawWorking(int x, int y);
32
/// Gibt die ID in JOBS.BOB zur�ck, wenn der Beruf Waren raustr�gt (bzw rein)
33
unsigned short GetCarryID() const { return 76; }
34
/// Der Arbeiter erzeugt eine Ware
35
GoodType ProduceWare();
39
nofBaker(const unsigned short x, const unsigned short y, const unsigned char player, nobUsual* workplace);
40
nofBaker(SerializedGameData* sgd, const unsigned obj_id);
42
GO_Type GetGOT() const { return GOT_NOF_BAKER; }