Rename potion of invulnerability to potion of shielding. Hopefully this will remove confusion as to why one takes damage from all attack types (except physical) when drinking this potion.
git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@7254 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
166e43bd33
commit
05dfb0ce09
|
|
@ -1,5 +1,5 @@
|
|||
Object potion_invulnerability
|
||||
name potion of invulnerability
|
||||
Object potion_shielding
|
||||
name potion of shielding
|
||||
nrof 1
|
||||
face potioninv.111
|
||||
color_fg orange
|
||||
|
|
@ -9,7 +9,7 @@ material 4
|
|||
weight 2000
|
||||
value 10000
|
||||
resist_physical 90
|
||||
name_pl potions of invulnerability
|
||||
name_pl potions of shielding
|
||||
on_use_yield potion_empty
|
||||
client_type 651
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in New Issue