#796: Added missing gravestone rule

Charles Spurrill 2012-08-02 12:00:11 -07:00
parent 3635839d12
commit 6f74d0430f
5 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,5 @@
[DefCore]
id=Rule_Gravestones
Version=5,2,0,1
Category=C4D_StaticBack|C4D_Rule
Picture=0,0,64,64

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

View File

@ -0,0 +1,10 @@
/*-- Gravestones --*/
protected func Activate(int iByPlayer)
{
MessageWindow(GetProperty("Description"), iByPlayer);
return true;
}
local Name = "$Name$";
local Description = "$Description$";

View File

@ -0,0 +1,2 @@
Name=Grabsteine
Description=Ein Grabstein wird errichtet wenn ein Clonk stirbt. Er wird mit einer Grabinschrift versehen.

View File

@ -0,0 +1,2 @@
Name=Gravestones
Description=Gravestones are created to collect a clonk's corpse, providing a monument for the dead.