Skip to content
Snippets Groups Projects
Commit 4e9dc7d2 authored by Ian Prins's avatar Ian Prins
Browse files

Fix type that switched level/hp

parent 9a5e536b
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@
#include "include/weapon.h"
PlayerChar::PlayerChar(Coord location, std::string name)
: Mob('@', location, name, START_ARMOR, START_EXP, START_LEVEL, START_HP),
: Mob('@', location, name, START_ARMOR, START_EXP, START_HP, START_LEVEL),
currentStr(START_STR),
gold(START_GOLD),
inventory(ItemZone()),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment