moved almost all hardcoded constants to "define.dat"
[k8-i-v-a-n.git] / src / game / terra.cpp
blob528c6aa823e748519a1e621d677fe58c1479f9d5
1 /*
3 * Iter Vehemens ad Necem (IVAN)
4 * Copyright (C) Timo Kiviluoto
5 * Released under the GNU General
6 * Public License
8 * See LICENSING which should be included
9 * along with this file for more details
12 /* Compiled through areaset.cpp */
15 cchar *terrain::SurviveMessage () const { return "somehow you survive"; }
16 cchar *terrain::MonsterSurviveMessage () const { return "somehow survives"; }
17 cchar *terrain::DeathMessage () const { return "strangely enough, you die"; }
18 cchar *terrain::MonsterDeathVerb () const { return "dies"; }
19 cchar *terrain::ScoreEntry () const { return "died on unfriendly terrain"; }