This commit is contained in:
Zuhayr
2015-06-20 21:54:22 +09:30
parent 042d10ef99
commit 7d710f2019
+3 -3
View File
@@ -76,12 +76,12 @@
if(icon_state == icon_badge)
icon_state = icon_nobadge
usr << "You unclip the badge from the vest."
usr << "You conceal \the [src]'s badge."
else if(icon_state == icon_nobadge)
icon_state = icon_badge
usr << "You clip the badge to the vest."
usr << "You reveal \the [src]'s badge."
else
usr << "You can't find a badge for [src]."
usr << "\The [src] does not have a vest badge."
return
update_clothing_icon()