mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-06-28 16:02:53 +00:00
missing commit
This commit is contained in:
parent
e21d8d79fc
commit
71897fc7f9
1
hyper.h
1
hyper.h
@ -2443,3 +2443,4 @@ extern eMonster passive_switch;
|
|||||||
bool cannotPickupItem(cell *c, bool telekinesis);
|
bool cannotPickupItem(cell *c, bool telekinesis);
|
||||||
bool canPickupItemWithMagnetism(cell *c, cell *from);
|
bool canPickupItemWithMagnetism(cell *c, cell *from);
|
||||||
void pickupMovedItems(cell *c);
|
void pickupMovedItems(cell *c);
|
||||||
|
eMonster genRuinMonster(cell *c);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user