From be53995bf06e2f100286cf461d672e9314203bb2 Mon Sep 17 00:00:00 2001 From: Deskull Date: Sat, 15 Dec 2018 19:37:58 +0900 Subject: [PATCH] =?utf8?q?[Feature]=20#38796=20=E3=83=9E=E3=83=BC=E3=83=95?= =?utf8?q?=E3=82=A9=E3=83=BC=E3=82=AF=E3=81=AE=E5=88=9D=E6=9C=9F=E8=A3=85?= =?utf8?q?=E5=82=99=E3=81=AB=E6=B5=AE=E9=81=8A=E3=81=AE=E6=8C=87=E8=BC=AA?= =?utf8?q?=E3=82=92=E8=BF=BD=E5=8A=A0=E3=80=82=20/=20Add=20ring=20of=20lev?= =?utf8?q?itation=20to=20initial=20equipment=20of=20Merfolk.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/birth.c | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/birth.c b/src/birth.c index 142896fe8..ad99a516f 100644 --- a/src/birth.c +++ b/src/birth.c @@ -2393,6 +2393,13 @@ void player_outfit(void) } q_ptr = &forge; + if (p_ptr->prace == RACE_MERFOLK) + { + object_prep(q_ptr, lookup_kind(TV_RING, SV_RING_LEVITATION_FALL)); + q_ptr->number = 1; + add_outfit(q_ptr); + } + if ((p_ptr->pclass == CLASS_RANGER) || (p_ptr->pclass == CLASS_CAVALRY)) { /* Hack -- Give the player some arrows */ -- 2.11.0