RCRPG/C++98: Difference between revisions

Content added Content deleted
m (Avoid miscounting tasks twice)
Line 3: Line 3:
* If you enter a room that you visited, at least 3 minutes ago, there is a 40% chance that the loot will re-spawn.
* If you enter a room that you visited, at least 3 minutes ago, there is a 40% chance that the loot will re-spawn.
* The Treasure Room is placed at random in the cave.
* The Treasure Room is placed at random in the cave.
<span style='font-family: "Linux Libertine",Georgia,Times,serif;font-size:150%;'>[[C++]]</span><hr>
=={{header|C++}}==
<lang cpp>
<lang cpp>
#include <stdio.h>
#include <stdio.h>