lotgd / core

Core functionality for Legend of the Green Dragon, a text-based RPG game.
GNU Affero General Public License v3.0
152 stars 15 forks source link

Adds the foundation for viewpoint to be able to modify there descript… #104

Closed Vassyli closed 7 years ago

Vassyli commented 7 years ago

…ion more easily

As the title says. This patch enables to extend the viewpoint description more easily. Pure API sugar.

Before:

$viewpoint->setDescription($viewpoint->getDescription() . "\n\nYou feel energized! You get back all your forest fights.");

After:

$viewpoint->addDescriptionParagraph("You feel energized! You get back all your forest fights.");
austenmc commented 7 years ago

Did you mean to include these extra commits? Seems like we're going beyond this original PR.

Vassyli commented 7 years ago

Yes and no. I've recognized that there are a few bunch of modifications I need. I'm closing and re-requesting later.