This commit is contained in:
9600bauds
2016-05-30 11:40:30 -03:00
parent b8487a50a3
commit 55553a80f7

View File

@@ -263,7 +263,7 @@ var/const/POWER = 8
for(var/colour in signallers)
if(S == signallers[colour])
PulseColour(colour)
log_attack("The [GetWireName(wires[colour])] wire of airlock named \"[holder]\" has been pulsed with [S], activated by [key_name(usr)].")
log_attack("The [GetWireName(wires[colour])] wire of airlock named \"[holder]\" at [holder.x],[holder.y],[holder.z] has been pulsed with [S], activated by [key_name(usr)].")
break