Orb of Winter now protects your boat from destruction

This commit is contained in:
Zeno Rogue
2019-02-06 18:48:36 +01:00
parent 24b8bcaf5e
commit 5e7920784f
+3
View File
@@ -1760,6 +1760,9 @@ bool makeflame(cell *c, int timeout, bool checkonly) {
c->wall == waTower)
return false;
else if(c->wall == waBoat) {
if(isPlayerOn(c) && markOrb(itOrbWinter)) {
addMessage(XLAT("%the1 protects your boat!", itOrbWinter));
}
if(checkonly) return true;
if(c->cpdist <= 7)
addMessage(XLAT("%The1 burns!", winf[c->wall].name));