added T-800 as playable character
This commit is contained in:
@ -39,6 +39,10 @@ long_result player_base::apply(potion *p) {
|
||||
|
||||
apply_effect(p);
|
||||
|
||||
if (race == rt_800)
|
||||
return {result::applied,
|
||||
"PC gets rusty joints (-5 HP). "};
|
||||
|
||||
return {result::applied,
|
||||
(std::string)"PC applied potion of " + p->get_name() + ". "};
|
||||
}
|
||||
|
Reference in New Issue
Block a user