From 71897fc7f9cdfd41f1412aeff2ce67c69f120cda Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Thu, 4 Jan 2018 21:24:13 +0100 Subject: [PATCH] missing commit --- hyper.h | 1 + 1 file changed, 1 insertion(+) diff --git a/hyper.h b/hyper.h index 9cd47dff..9139a321 100644 --- a/hyper.h +++ b/hyper.h @@ -2443,3 +2443,4 @@ extern eMonster passive_switch; bool cannotPickupItem(cell *c, bool telekinesis); bool canPickupItemWithMagnetism(cell *c, cell *from); void pickupMovedItems(cell *c); +eMonster genRuinMonster(cell *c);