miki151 / keeperrl

Source code of KeeperRL
GNU General Public License v2.0
890 stars 112 forks source link

Hands are not feet #2033

Closed KA101 closed 1 year ago

KA101 commented 1 year ago

https://github.com/miki151/keeperrl/blob/0b9f053197396bdff80d0b141c9c7017cc3f23ac/data_free/game_config/creatures.txt#L4365

Since Adoxie's limbs are all copied from the left foot, that means that the hands also ask you why you thought a foot could talk.

Respectfully suggest adding new chat lines for the hands, asking why you thought a hand could talk.

miki151 commented 1 year ago

Fixed, thanks.

samuellsk commented 1 year ago

you sure ?

"ADOXIE_HAND_RIGHT" inherit "ADOXIE_LEFT_HAND" { viewId = { "adoxie_hand_right" } name = { name = "Adoxie's Right Hand" pluralName = "Hands" fullTitle = true } chatReactionFriendly = "\"nothing, why did you think a foot could talk?\"" chatReactionHostile = "\"nothing, why did you think a foot could talk?\"" }

thats from github creatures.txt

KA101 commented 1 year ago

I'm afraid Rarasek's right. Looks like you just copied the line into the hands, without changing "foot" to "hand".