mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
Add coordinates to acid / lube spray message for administrative purpose
This commit is contained in:
@@ -49,14 +49,14 @@
|
||||
user.newtonian_move(get_dir(A, user))
|
||||
|
||||
if(reagents.has_reagent("sacid"))
|
||||
msg_admin_attack("[key_name_admin(user)] fired sulphuric acid from \a [src].")
|
||||
log_game("[key_name(user)] fired sulphuric acid from \a [src].")
|
||||
msg_admin_attack("[key_name_admin(user)] fired sulphuric acid from \a [src] at [COORD(src)].")
|
||||
log_game("[key_name(user)] fired sulphuric acid from \a [src] at [COORD(src)].")
|
||||
if(reagents.has_reagent("facid"))
|
||||
msg_admin_attack("[key_name_admin(user)] fired fluorosulfuric acid from \a [src].")
|
||||
log_game("[key_name(user)] fired fluorosulfuric Acid from \a [src].")
|
||||
msg_admin_attack("[key_name_admin(user)] fired fluorosulfuric acid from \a [src] at [COORD(src)].")
|
||||
log_game("[key_name(user)] fired fluorosulfuric Acid from \a [src] at [COORD(src)].")
|
||||
if(reagents.has_reagent("lube"))
|
||||
msg_admin_attack("[key_name_admin(user)] fired space lube from \a [src].")
|
||||
log_game("[key_name(user)] fired space lube from \a [src].")
|
||||
msg_admin_attack("[key_name_admin(user)] fired space lube from \a [src] at [COORD(src)].")
|
||||
log_game("[key_name(user)] fired space lube from \a [src] at [COORD(src)].")
|
||||
return
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user