This commit is contained in:
Zuhayr
2015-04-01 07:05:58 -07:00
parent 015fb291fa
commit 63a2fc6bff
3 changed files with 13 additions and 10 deletions
+1 -1
View File
@@ -142,7 +142,7 @@
del(W)
else
if(!disable_warning)
src << "\red You are unable to equip that." //Only print if del_on_fail is false
src << "\red You are unable to equip \the [W]." //Only print if del_on_fail is false
return 0
equip_to_slot(W, slot, redraw_mob) //This proc should not ever fail.