1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-08 01:33:02 +00:00

fixed new humanoids not displaying the crossbow

This commit is contained in:
Zeno Rogue
2025-08-23 22:53:13 +02:00
parent 6556f24243
commit f6c82c26c3

View File

@@ -452,7 +452,7 @@ EX void drawPlayer_humanoid(eMonster m, cell *where, const shiftmatrix& V, color
queuepoly(VWPN, cgi.shTrophy, racing::trophy[multi::cpid]);
#endif
}
else if(bow::crossbow_mode() && cs.charid < 4) {
else if(bow::crossbow_mode()) {
queuepoly(VWPN, cgi.shCrossbow, fc(314, cs.bowcolor, 3));
int ti = items[itCrossbow];
if(shmup::on) {