- Fixed the karma exploit.

- Added ambiance to space and the mines.
- Updated changelog (UHANGI, SUPER, WHIMSICOTT.)


git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2141 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
LastBattaWolf@hotmail.com
2011-09-06 05:20:59 +00:00
parent f41168307f
commit a80f7c7528
5 changed files with 42 additions and 5 deletions

View File

@@ -177,8 +177,10 @@ var/list/karma_spenders = list()
usr << "\red You can't spend karma on yourself!"
return
var/choice = input("Give [M.name] good karma or bad karma?", "Karma") in list("Good", "Bad", "Cancel")
client.karma_spent = 1
if(!choice || choice == "Cancel")
return
client.karma_spent = 0
if(choice == "Good")
M.client.karma += 1
if(choice == "Bad")