Added store computer & minor updates

This commit is contained in:
ZomgPonies
2013-10-05 03:24:22 -04:00
parent 77567ba6cd
commit e4145fdac3
8 changed files with 322 additions and 10 deletions
+1 -1
View File
@@ -120,7 +120,7 @@ mob/verb/check_karma()
var/currentkarma = (text2num(totalkarma) - text2num(karmaspent))
if(totalkarma)
usr << {"<br>You have <b>[currentkarma]</b> available.<br>
You've gained <b>[totalkarma]</b> total karma in your time here.<br>"}
You've gained <b>[totalkarma]</b> total karma in your time here.<br>"}
else
usr << "<b>Your total karma is:</b> 0<br>"