From 5c6038b7265bcaf9d8cb731c6c9e388480c4fd71 Mon Sep 17 00:00:00 2001 From: Erthilo Date: Sun, 23 Sep 2012 21:54:36 +0100 Subject: [PATCH] Compile fixes. --- code/modules/power/cell.dm | 6 +++--- code/modules/power/lighting.dm | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/code/modules/power/cell.dm b/code/modules/power/cell.dm index b04d9350a01..c6ddbca4a71 100644 --- a/code/modules/power/cell.dm +++ b/code/modules/power/cell.dm @@ -79,7 +79,7 @@ rigged = 1 log_admin("LOG: [user.name] ([user.ckey]) injected a power cell with plasma, rigging it to explode.") - message_admin("LOG: [user.name] ([user.ckey]) injected a power cell with plasma, rigging it to explode.") + message_admins("LOG: [user.name] ([user.ckey]) injected a power cell with plasma, rigging it to explode.") S.reagents.clear_reagents() @@ -104,8 +104,8 @@ return //explosion(T, 0, 1, 2, 2) - log_admin("LOG: Rigged power cell explosion, last touched by [fingerprintlast]") - message_admin("LOG: Rigged power cell explosion, last touched by [fingerprintlast]") + log_admin("LOG: Rigged power cell explosion, last touched by [fingerprintslast]") + message_admins("LOG: Rigged power cell explosion, last touched by [fingerprintslast]") explosion(T, devastation_range, heavy_impact_range, light_impact_range, flash_range) diff --git a/code/modules/power/lighting.dm b/code/modules/power/lighting.dm index 3c3782445be..13be2fa3a13 100644 --- a/code/modules/power/lighting.dm +++ b/code/modules/power/lighting.dm @@ -286,8 +286,8 @@ if(rigged) if(status == LIGHT_OK && trigger) - log_admin("LOG: Rigged light explosion, last touched by [fingerprintlast]") - message_admin("LOG: Rigged light explosion, last touched by [fingerprintlast]") + log_admin("LOG: Rigged light explosion, last touched by [fingerprintslast]") + message_admins("LOG: Rigged light explosion, last touched by [fingerprintslast]") explode() else if( prob( min(60, switchcount*switchcount*0.01) ) ) @@ -364,8 +364,8 @@ if(on && rigged) - log_admin("LOG: Rigged light explosion, last touched by [fingerprintlast]") - message_admin("LOG: Rigged light explosion, last touched by [fingerprintlast]") + log_admin("LOG: Rigged light explosion, last touched by [fingerprintslast]") + message_admins("LOG: Rigged light explosion, last touched by [fingerprintslast]") explode() else @@ -699,7 +699,7 @@ if(S.reagents.has_reagent("plasma", 5)) log_admin("LOG: [user.name] ([user.ckey]) injected a light with plasma, rigging it to explode.") - message_admin("LOG: [user.name] ([user.ckey]) injected a light with plasma, rigging it to explode.") + message_admins("LOG: [user.name] ([user.ckey]) injected a light with plasma, rigging it to explode.") rigged = 1