Commit Graph

3 Commits (master)

Author SHA1 Message Date
kts of kettek (nyaa) 15dc8e0d15 Allow god-given items to be placed in containers 2018-06-30 20:48:34 -07:00
kts of kettek (nyaa) 4ea30c22d0 Add CONTAINER_FLESH container subtype
This is used to match the other_arch property of items attempting to be
put into a container. These other_arch values are checked against the
container's "race" string. Example:
    * flesh sack -> race -> "hill_giant,beholder"
    * "hill giant's head" will match if other_arch is "hill_giant"
    * "beholder's tongue" will match if other_arch is "beholder"

It also might be good to match by name instead, but we'll see.
2018-06-29 17:57:34 -07:00
kts of kettek aa3be6d40b Add 1.12 with party exp and bow mods 2017-03-20 09:18:33 -07:00