Talk:Alchemy smock
Jump to navigation
Jump to search
The spoilers claim that an alchemy smock confers acid resistance, and a quick wiztest seemed to confirm this, but I can't find where this is specified in the source. objects.c#line423 seems to suggest that it only grants poison resistance. --Killian 11:33, 15 September 2006 (UTC)
- In do_wear.c#line236. --ZeroOne 12:20, 15 September 2006 (UTC)
- Oh, I see--
oc_oprop
can only hold one property, so objects with multiple properties need special-case code indo_wear.c
. Thanks. --Killian 12:45, 15 September 2006 (UTC)
- Oh, I see--