Switches normal cell drain for more module drain for cyborgs. Deactivate your modules people! Fixes cyborg law issues. Adds a note to the bar about shotgun usage.

This commit is contained in:
Erthilo
2012-05-09 03:25:38 +01:00
parent 8c0ff6564c
commit 3f8be1e819
6 changed files with 8 additions and 11 deletions

View File

@@ -47,7 +47,7 @@
//get message text, limit it's length.and clean/escape html
if(!msg)
msg = input(src,"Message:", "Private message") as text|null // This is to stop identification of stealthmins for now -- Erthilo
msg = input(src,"Message:", "Private message to [C.key]") as text|null
if(!msg) return
if(!C)
if(holder) src << "<font color='red'>Error: Admin-PM: Client not found.</font>"