mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Added a schema script for setting up the SQL database.
Removed a few Goon-flavored default messages in favor of something more culture-neutral. Removed a hardcoded mention of my name in one of the error messages broadcast to the end user. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@25 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -178,7 +178,7 @@ var/list/karma_spenders = list()
|
||||
set name = "Spend Karma"
|
||||
set desc = "Let the gods know whether someone's been naughty or nice. <One use only>"
|
||||
if(!istype(M, /mob))
|
||||
usr << "\red That's not a mob. You shouldn't have even been able to specify that. Please inform TLE post haste."
|
||||
usr << "\red That's not a mob. You shouldn't have even been able to specify that. Please inform your server administrator post haste."
|
||||
return
|
||||
|
||||
if(!M.client)
|
||||
|
||||
Reference in New Issue
Block a user