Dice can now be pushed onto items

This commit is contained in:
Jesse Ruderman 2021-07-05 05:25:59 -07:00
parent 7fff0405a7
commit db5a9baac2
1 changed files with 1 additions and 1 deletions

View File

@ -430,7 +430,7 @@ EX bool canPushThumperOn(movei mi, cell *player) {
return
passable(tgt, thumper, P_MIRROR) &&
passable(tgt, player, P_MIRROR) &&
!tgt->item;
(!tgt->item || dice::on(thumper));
}
EX void activateActiv(cell *c, bool msg) {