-impl all potions, and race: drow

This commit is contained in:
a25liang
2024-07-12 14:42:20 -04:00
parent c68330b3e3
commit de22f4c1aa
14 changed files with 247 additions and 2 deletions

View File

@ -3,7 +3,7 @@
#include <math.h>
vampire::vampire(RNG &rng, const position_list &available_positions):
character{rng, race::rshade} {
character{rng, race::rvampire} {
pos = available_positions[rng.rand_under(available_positions.size())];
gold = 0;
hostile = true;