Skip to content

Commit

Permalink
pier: decrement arvo kelvin (#506)
Browse files Browse the repository at this point in the history
  • Loading branch information
pkova authored Aug 23, 2023
2 parents fd584de + 6ad0148 commit ddea474
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/vere/pier.c
Original file line number Diff line number Diff line change
Expand Up @@ -814,7 +814,7 @@ _pier_wyrd_card(u3_pier* pir_u)
u3_nul);
u3_noun kel = u3nl(u3nc(c3__zuse, VERE_ZUSE), // XX from both king and serf?
u3nc(c3__lull, VERE_LULL), // XX from both king and serf?
u3nc(c3__arvo, 237), // XX from both king and serf?
u3nc(c3__arvo, 236), // XX from both king and serf?
u3nc(c3__hoon, 139), // god_u->hon_y
u3nc(c3__nock, 4), // god_u->noc_y
u3_none);
Expand Down

0 comments on commit ddea474

Please sign in to comment.