racing:: no more weapons

This commit is contained in:
Zeno Rogue 2019-01-03 19:57:48 +01:00
parent 2b4af0ec24
commit 4c6c8bee7c
1 changed files with 1 additions and 1 deletions

View File

@ -929,7 +929,7 @@ bool drawMonsterType(eMonster m, cell *where, const transmatrix& V, color_t col,
transmatrix VWPN = cs.lefthanded ? VBS * Mirror : VBS;
if(peace::on) ;
if(peace::on || racing::on) ;
else if(items[itOrbThorns])
queuepoly(VWPN, shHedgehogBladePlayer, items[itOrbDiscord] ? watercolor(0) : 0x00FF00FF);
else if(!shmup::on && items[itOrbDiscord])