mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 02:16:05 +00:00
- 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:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user