mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-06 15:32:25 +00:00
Admin request: Added admin logging to Detomatix cartridge explosions instead of just admin_messages.
This commit is contained in:
@@ -715,9 +715,11 @@ var/global/list/obj/item/device/pda/PDAs = list()
|
||||
U.show_message("\red Energy feeds back into your [src]!", 1)
|
||||
U << browse(null, "window=pda")
|
||||
explode()
|
||||
log_admin("[U] ([U.key]) just attempted to blow up [P] with the Detomatix cartridge but failed, blowing themselves up")
|
||||
message_admins("[U] ([U.key]) just attempted to blow up [P] with the Detomatix cartridge but failed, blowing themselves up", 1)
|
||||
else
|
||||
U.show_message("\blue Success!", 1)
|
||||
log_admin("[U] ([U.key]) just attempted to blow up [P] with the Detomatix cartridge and succeded")
|
||||
message_admins("[U] ([U.key]) just attempted to blow up [P] with the Detomatix cartridge and succeded", 1)
|
||||
P.explode()
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user