Compile fixes.

This commit is contained in:
Erthilo
2012-09-23 21:54:36 +01:00
parent 040b145f11
commit 5c6038b726
2 changed files with 8 additions and 8 deletions
+3 -3
View File
@@ -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)
+5 -5
View File
@@ -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