Renamed an argument to h ave clearer meaning.

This commit is contained in:
Whitellama
2014-08-17 02:54:35 -07:00
parent f1494c9b76
commit 4bfd59c8d7

View File

@@ -6,7 +6,7 @@ obj/effect/decal/cleanable/liquid_fuel
anchored = 1
var/amount = 1 //Basically moles.
New(turf/newLoc,amt=1,spreading=0)
New(turf/newLoc,amt=1,nologs=0)
if(!spreading)
message_admins("Liquid fuel has spilled in [newLoc.loc.name] ([newLoc.x],[newLoc.y],[newLoc.z]) (<A HREF='?_src_=holder;adminplayerobservecoodjump=1;X=[newLoc.x];Y=[newLoc.y];Z=[newLoc.z]'>JMP</a>)")
log_game("Liquid fuel has spilled in [newLoc.loc.name] ([newLoc.x],[newLoc.y],[newLoc.z])")