mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-01-26 00:47:00 +00:00
racing:: no more weapons
This commit is contained in:
parent
2b4af0ec24
commit
4c6c8bee7c
@ -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])
|
||||
|
Loading…
Reference in New Issue
Block a user