mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-24 09:03:05 +00:00
Final updates on Fingerprints
fix for traitors getting assassinate and protect targets for the same person Ported blood rejection
This commit is contained in:
@@ -19,15 +19,10 @@
|
||||
usr << "Your message has been broadcast to administrators."
|
||||
log_admin("HELP: [key_name(src)]: [msg]")
|
||||
|
||||
var/list/replacechars = list("'","\"",">","<","(",")")
|
||||
/* var/list/replacechars = list("'","\"",">","<","(",")")
|
||||
for(var/rep in replacechars)
|
||||
var/list/temp = dd_text2list(msg, rep)
|
||||
if(temp.len > 1)
|
||||
for(var/i = 1, i < temp.len, i++)
|
||||
world << temp[i]
|
||||
temp[i] = copytext(temp[i],1,lentext(temp[i]))
|
||||
msg = dd_list2text(temp)
|
||||
world << msg
|
||||
msg = dd_replacetext(msg, rep, "")
|
||||
world << msg*/
|
||||
send2adminirc("#bs12admin","HELP: [src.key]: [msg]")
|
||||
if(tension_master)
|
||||
tension_master.new_adminhelp()
|
||||
|
||||
Reference in New Issue
Block a user