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-b93c2d0d6712
master
rjtanner 2007-09-27 01:35:46 +00:00
parent 166e43bd33
commit 05dfb0ce09
1 changed files with 3 additions and 3 deletions

View File

@ -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