mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-07 04:47:56 +00:00
Ghost over Terracotta
This commit is contained in:
2
game.cpp
2
game.cpp
@@ -6691,7 +6691,7 @@ namespace orbbull {
|
|||||||
static constexpr bool randterra = false;
|
static constexpr bool randterra = false;
|
||||||
|
|
||||||
void terracotta(cell *c) {
|
void terracotta(cell *c) {
|
||||||
if(c->wall == waTerraWarrior) {
|
if(c->wall == waTerraWarrior && !c->monst) {
|
||||||
bool live = false;
|
bool live = false;
|
||||||
if(randterra) {
|
if(randterra) {
|
||||||
c->landparam++;
|
c->landparam++;
|
||||||
|
Reference in New Issue
Block a user