Guns partially fixed:

- you can now safely put guns on balse and in containers
- you cat beat people woth gun without shooting
- detective's revolver returned to his office.
- aliens now cannot use guns.
A bit of cosmetic changes to code.


git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1710 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
rastaf.zero@gmail.com
2011-06-23 13:46:20 +00:00
parent c46d689e2b
commit 7107193778
5 changed files with 32 additions and 14 deletions

View File

@@ -1375,9 +1375,9 @@
else
AddBan(M.ckey, M.computer_id, "Autobanning due to previous warn", ckey, 1, AUTOBATIME)
M << "\red<BIG><B>You have been autobanned by [ckey]. This is what we in the biz like to call a \"second warning\".</B></BIG>"
M << "\red This is a temporary ban; it will automatically be removed in AUTOBATIME minutes."
log_admin("[ckey] warned [M.ckey], resulting in a AUTOBATIME minute autoban.")
message_admins("\blue [ckey] warned [M.ckey], resulting in a AUTOBATIME minute autoban.")
M << "\red This is a temporary ban; it will automatically be removed in [AUTOBATIME] minutes."
log_admin("[ckey] warned [M.ckey], resulting in a [AUTOBATIME] minute autoban.")
message_admins("\blue [ckey] warned [M.ckey], resulting in a [AUTOBATIME] minute autoban.")
del(M.client)
//del(M)