mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-27 22:17:32 +01:00
Added sanitize() to verb/me().
Enabled adminlogging of using robotic console. Some admin messages are duplicated to log file now. Fixed bug with ghosts sometimes not hearing people. WIP stuff from Nikie: a sprite for detective's armor an alternative sprite for SWAT armor git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1391 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -76,10 +76,13 @@ DNA INJECTOR
|
||||
if (dnatype == "se")
|
||||
if (isblockon(getblock(dna, 14,3),14) && istype(M, /mob/living/carbon/human))
|
||||
message_admins("[key_name_admin(user)] injected [key_name_admin(M)] with the [src.name] \red(MONKEY)")
|
||||
log_game("[key_name(user)] injected [key_name(M)] with the [src.name] (MONKEY)")
|
||||
else
|
||||
message_admins("[key_name_admin(user)] injected [key_name_admin(M)] with the [src.name]")
|
||||
log_game("[key_name(user)] injected [key_name(M)] with the [src.name]")
|
||||
else
|
||||
message_admins("[key_name_admin(user)] injected [key_name_admin(M)] with the [src.name]")
|
||||
log_game("[key_name(user)] injected [key_name(M)] with the [src.name]")
|
||||
|
||||
spawn( 0 )
|
||||
O.process()
|
||||
@@ -95,9 +98,12 @@ DNA INJECTOR
|
||||
if (dnatype == "se")
|
||||
if (isblockon(getblock(dna, 14,3),14) && istype(M, /mob/living/carbon/human))
|
||||
message_admins("[key_name_admin(user)] injected [key_name_admin(M)] with the [src.name] \red(MONKEY)")
|
||||
log_game("[key_name(user)] injected [key_name(M)] with the [src.name] (MONKEY)")
|
||||
else
|
||||
message_admins("[key_name_admin(user)] injected [key_name_admin(M)] with the [src.name]")
|
||||
log_game("[key_name(user)] injected [key_name(M)] with the [src.name]")
|
||||
else
|
||||
message_admins("[key_name_admin(user)] injected [key_name_admin(M)] with the [src.name]")
|
||||
log_game("[key_name(user)] injected [key_name(M)] with the [src.name]")
|
||||
user.show_message(text("\red You inject [M]"))
|
||||
return
|
||||
|
||||
@@ -175,6 +175,7 @@ WELDINGTOOOL
|
||||
return
|
||||
else if (istype(O, /obj/reagent_dispensers/fueltank) && get_dist(src,O) <= 1 && src.welding)
|
||||
message_admins("[key_name_admin(user)] triggered a fueltank explosion.")
|
||||
log_game("[key_name(user)] triggered a fueltank explosion.")
|
||||
user << "\red That was stupid of you."
|
||||
explosion(O.loc,-1,0,2)
|
||||
if(O)
|
||||
|
||||
Reference in New Issue
Block a user