mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-04-09 12:16:45 +00:00
on-activation effect for Orb of Digging in OSM
This commit is contained in:
parent
98d11d7ba1
commit
8393128106
@ -439,6 +439,14 @@ EX namespace inv {
|
||||
evokeBeautyAt(c);
|
||||
}
|
||||
|
||||
if(it == itOrbDigging) {
|
||||
forCellCM(c2, cwt.at) {
|
||||
earthFloor(c2);
|
||||
if(c2->wall == waCavewall && !c2->monst)
|
||||
c2->wall = waNone;
|
||||
}
|
||||
}
|
||||
|
||||
if(it == itOrbSword || it == itOrbSword2) {
|
||||
for(int i=0; i<numplayers(); i++)
|
||||
if(multi::playerActive(i)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user