mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 04:27:35 +01:00
MAJOR UPDATE: Detective/Fingerprints update
bugfix for wardrobes blood type is now handled by datum/dna, and blood_DNA for atoms is a list of list, each sub list containing DNA and blood-type. (This allows multiple blood splatters) added BS12 give command and explosives Map update to remove blob spawn.
This commit is contained in:
@@ -21,7 +21,12 @@
|
||||
|
||||
var/list/replacechars = list("'","\"",">","<","(",")")
|
||||
for(var/rep in replacechars)
|
||||
msg = dd_list2text((dd_text2list(msg, rep)))
|
||||
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
|
||||
send2adminirc("#bs12admin","HELP: [src.key]: [msg]")
|
||||
if(tension_master)
|
||||
|
||||
Reference in New Issue
Block a user