OSDN Git Service

overhaul hcolor()/jconj_adj()
authorSHIRAKATA Kentaro <argrath@ub32.org>
Mon, 24 Aug 2020 22:28:29 +0000 (07:28 +0900)
committerSHIRAKATA Kentaro <argrath@ub32.org>
Sun, 13 Dec 2020 16:24:08 +0000 (01:24 +0900)
commitdace6d9867dcfc4d3f91d46733d7c89cebbe403e
treea38bfd94bd3474cac635f380cd104aa97524991c
parent816e772834fdfcc1ebe8c5bef377bd2b51b5c1ed
overhaul hcolor()/jconj_adj()

The most usage of `jconj_adj()` is `jconj_adj(hcolor(x))`.
So, `hcolor_adv(x)` is defined as `jconj_adj(hcolor((x)))`.

Some misconversions are also fixed.
15 files changed:
include/decl.h
src/apply.c
src/artifact.c
src/do.c
src/do_wear.c
src/objnam.c
src/potion.c
src/pray.c
src/read.c
src/sit.c
src/timeout.c
src/trap.c
src/wield.c
src/worn.c
src/zap.c