1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2026-01-08 04:29:02 +00:00

multi:: PvP, friendly-fire, and self-hits options

This commit is contained in:
Zeno Rogue
2022-03-27 13:23:59 +02:00
parent 248c48613e
commit a6cbedc944
4 changed files with 77 additions and 15 deletions

View File

@@ -168,7 +168,7 @@ EX int lightat, safetyat;
EX void drawLightning() { lightat = ticks; }
EX void drawSafety() { safetyat = ticks; }
void drawShield(const shiftmatrix& V, eItem it) {
EX void drawShield(const shiftmatrix& V, eItem it) {
#if CAP_CURVE
float ds = ptick(300);
color_t col = iinf[it].color;