Fixed silly typo.

This commit is contained in:
Whitellama
2014-08-17 03:03:17 -07:00
parent 4bfd59c8d7
commit da93b893ce

View File

@@ -7,7 +7,7 @@ obj/effect/decal/cleanable/liquid_fuel
var/amount = 1 //Basically moles.
New(turf/newLoc,amt=1,nologs=0)
if(!spreading)
if(!nologs)
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])")
src.amount = amt