Skip to content

Commit

Permalink
TechnoClass::CombatDamage
Browse files Browse the repository at this point in the history
  • Loading branch information
secsome committed Jun 4, 2021
1 parent 37758d9 commit df98213
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions TechnoClass.h
Original file line number Diff line number Diff line change
Expand Up @@ -460,6 +460,9 @@ class NOVTABLE TechnoClass : public RadioClass
return ret;
}

int CombatDamage(int nWhich) const
{ JMP_THIS(0x6F3970); }

//Constructor
TechnoClass(HouseClass* pOwner) noexcept
: TechnoClass(noinit_t())
Expand Down

0 comments on commit df98213

Please sign in to comment.