mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 04:27:35 +01:00
Merge branch 'byond510'
Conflicts: .travis.yml code/game/jobs/access.dm code/game/machinery/camera/camera.dm code/game/machinery/flasher.dm code/game/machinery/vending.dm code/game/objects/items/devices/laserpointer.dm code/game/objects/items/weapons/grenades/flashbang.dm code/game/objects/items/weapons/tools.dm code/modules/mob/living/carbon/human/human.dm code/modules/mob/living/carbon/human/species/species.dm code/modules/mob/living/life.dm code/modules/mob/living/silicon/silicon.dm code/modules/mob/living/simple_animal/bees.dm code/modules/nano/modules/virus2_creator.dm code/modules/virus2/disease2.dm code/modules/virus2/diseasesplicer.dm paradise.dme
This commit is contained in:
@@ -58,9 +58,9 @@ var/global/nologevent = 0
|
||||
body += "<b>Mob type:</b> [M.type]<br>"
|
||||
if(M.client)
|
||||
if(M.client.related_accounts_cid.len)
|
||||
body += "<b>Related accounts by CID:</b> [list2text(M.client.related_accounts_cid, " - ")]<br>"
|
||||
body += "<b>Related accounts by CID:</b> [jointext(M.client.related_accounts_cid, " - ")]<br>"
|
||||
if(M.client.related_accounts_ip.len)
|
||||
body += "<b>Related accounts by IP:</b> [list2text(M.client.related_accounts_ip, " - ")]<br><br>"
|
||||
body += "<b>Related accounts by IP:</b> [jointext(M.client.related_accounts_ip, " - ")]<br><br>"
|
||||
|
||||
body += "<A href='?_src_=holder;boot2=\ref[M]'>Kick</A> | "
|
||||
body += "<A href='?_src_=holder;warn=[M.ckey]'>Warn</A> | "
|
||||
|
||||
Reference in New Issue
Block a user